AdcsDbSeekOperator Enumeration

Specifies the logical operator of the data-query qualifier for the column. This parameter is used with the QualifierValue member to define the data-query qualifier.

Definition

Namespace: SysadminsLV.PKI.Management.CertificateServices.Database
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public enum AdcsDbSeekOperator

Members

EQ1 Equal to.
LE2 Less or equal to.
LT4 Less than.
GE8 Greater or equal to.
GT16 Greater than.

See Also