Click or drag to resize

AdcsDbQueryFilter Class

Represents an ADCS database query filter entry. Query filter consist of column name to use in the filter, logical operator of the data-query qualifier and query qualifier.
Inheritance Hierarchy
SystemObject
  SysadminsLV.PKI.Management.CertificateServices.DatabaseAdcsDbQueryFilter

Namespace:  SysadminsLV.PKI.Management.CertificateServices.Database
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public class AdcsDbQueryFilter

The AdcsDbQueryFilter type exposes the following members.

Constructors
  NameDescription
Public methodAdcsDbQueryFilter
Initializes a new instance of AdcsDbQueryFilter class from column name, comparison operator and filter qualifier value.
Top
Properties
  NameDescription
Public propertyColumnName
A valid column name for the view or a predefined column specifier.
Public propertyLogicalOperator
Specifies the logical operator of the data-query qualifier for the column. This parameter is used with the QualifierValue property to define the data-query qualifier.
Public propertyQualifierValue
Specifies the data query qualifier applied to this column. This parameter, along with the LogicalOperator parameter, determines which data is returned to the Certificate Services view.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object. Two objects are equal when all public members in both objects are equals.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
Query filters doesn't work on columns that store binary data.

When applying query filters on columns that store string data and logical operator is other than EQ, a binary string comparison is performed. is performed.

See Also