QueryCriteria Members

Specifies the base class used for criteria types.

The following tables list the members exposed by the QueryCriteria type.

Protected Constructors

  Name Description
  QueryCriteria Overloaded. Initializes a new QueryCriteria object.

Top

Public Fields

  Name Description
public field static Empty Represents the empty query option.

Top

Public Properties

  Name Description
public property Criteria Gets the criteria of this query.
public property CriteriaXml Gets the XML parse tree representing the criteria.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  Overloaded. (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method IsValidPropertyName Determines whether the specified name is a valid property name.
public methodstatic ReferenceEquals  (inherited from Object)
public method ToString Overridden. Returns the criteria string.

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method GenerateDalCriteria Generates the Data Access Layer (DAL) criteria from the XML criteria.
protected method GetInvalidCriteriaElements Retrieves the criteria elements that are not valid.
protected method IsValidXmlString Checks whether the criteria is an XML string.
protected method MemberwiseClone  (inherited from Object)
protected method ParseCriteria Validates the criteria, maps the property names to column names, and adds the type ID context.
protected method PropertyNameToColumnName Retrieves the database column name representing the property name.

Top

See Also

Reference

QueryCriteria Generic Class
Microsoft.EnterpriseManagement.Common Namespace