IDataObjectLoadOptionsBaseAddFilterExpression Method |
| Name | Description | |
|---|---|---|
| AddFilterExpression(String, ExpInnerOperator, Boolean, String) |
Adds a filter expression to the load options for a value property with data type 'Boolean'.
| |
| AddFilterExpression(String, ExpInnerOperator, IEnumerableInt32, String) |
Adds a filter expression to the load options for a set- of a reference-property.
| |
| AddFilterExpression(String, ExpInnerOperator, DateTime, String) |
Adds a filter expression to the load options for a value property with data type 'DateTime'.
| |
| AddFilterExpression(String, ExpInnerOperator, Int32, String) |
Adds a filter expression to the load options for a value property with data type 'Integer'.
| |
| AddFilterExpression(String, ExpInnerOperator, String, String) |
Adds a filter expression to the load options for a value property with data type 'Text'.
|