Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Adds a provided property expression to the collection.
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 | |
---|---|---|
![]() |
Add(array<String[]) | Adds a property expression to the collection for each pair in the provided array of name-value pairs. |
![]() |
Add(PropertyExpression) | Adds the provided property expression to the collection. |
![]() |
Add(String, String) | Adds a property express to the collection by using the provided property name and property value. |
![]() |
Add(String, String, PropertyExpressionOperator) | Adds a property expression by using the provided property name, value, and operator. |
Top