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 | |
---|---|---|
Empty | Represents the empty query option. |
Top
Public Properties
Name | Description | |
---|---|---|
Criteria | Gets the criteria of this query. | |
CriteriaXml | Gets the XML parse tree representing the criteria. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
IsValidPropertyName | Determines whether the specified name is a valid property name. | |
ReferenceEquals | (inherited from Object) | |
ToString | Overridden. Returns the criteria string. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
GenerateDalCriteria | Generates the Data Access Layer (DAL) criteria from the XML criteria. | |
GetInvalidCriteriaElements | Retrieves the criteria elements that are not valid. | |
IsValidXmlString | Checks whether the criteria is an XML string. | |
MemberwiseClone | (inherited from Object) | |
ParseCriteria | Validates the criteria, maps the property names to column names, and adds the type ID context. | |
PropertyNameToColumnName | Retrieves the database column name representing the property name. |
Top
See Also
Reference
QueryCriteria Generic Class
Microsoft.EnterpriseManagement.Common Namespace