DatStat Illume 4.5 SDK Class Reference

ParticipantQueryOperator Enumeration

Operations available for retrieving participants using the QueryParticipants method.

public enum ParticipantQueryOperator

Members

Member Name Description
NoneNull operator
Equals==
NotEquals!=
ContainsUse to determine if one string contains another.
NotContainsUse to determine if one string does NOT contain another.
LikeUse to determine if one string is LIKE another. (This behaves the same as the SQL "LIKE" statement.)
NotLikeUse to determine if one string is NOT LIKE another. (This behaves the same as the SQL "LIKE" statement.)

Requirements

Namespace: DatStat.SDK.WebServiceWrappers

Assembly: WebServiceWrappers (in WebServiceWrappers.dll)

See Also

DatStat.SDK.WebServiceWrappers Namespace