PropertyExpression Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the PropertyExpression class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
PropertyExpression() | Initializes a new instance of the PropertyExpression class. | |
PropertyExpression(String, String) | Initializes a new instance of the PropertyExpression class by using the provided property name and value. | |
PropertyExpression(String, String, PropertyExpressionOperator) | Initializes a new instance of the PropertyExpression class by using the provided property name, value to search for, and property operator. |
Top