Operations available for retrieving participants using the QueryParticipants method.
| Member Name | Description |
|---|---|
| None | Null operator |
| Equals | == |
| NotEquals | != |
| Contains | Use to determine if one string contains another. |
| NotContains | Use to determine if one string does NOT contain another. |
| Like | Use to determine if one string is LIKE another. (This behaves the same as the SQL "LIKE" statement.) |
| NotLike | Use to determine if one string is NOT LIKE another. (This behaves the same as the SQL "LIKE" statement.) |
Namespace: DatStat.SDK.WebServiceWrappers
Assembly: WebServiceWrappers (in WebServiceWrappers.dll)
DatStat.SDK.WebServiceWrappers Namespace