Enum SqlServerConnectionMetadataFilterOperator
- Namespace
- ItTiger.TigerQuery.Core
- Assembly
- ItTiger.TigerQuery.Core.dll
Specifies a comparison over one metadata key.
public enum SqlServerConnectionMetadataFilterOperator
Fields
Equals = 0- The key must exist and its value must match exactly using ordinal comparison.
IsNotSet = 2- The key must not exist.
IsSet = 1- The key must exist, including when its value is empty.