Click or drag to resize

IDataObjectLoadOptionsBaseAddFilterExpression Method

Overload List
  NameDescription
Public methodAddFilterExpression(String, ExpInnerOperator, Boolean, String)
Adds a filter expression to the load options for a value property with data type 'Boolean'.
Public methodAddFilterExpression(String, ExpInnerOperator, IEnumerableInt32, String)
Adds a filter expression to the load options for a set- of a reference-property.
Public methodAddFilterExpression(String, ExpInnerOperator, DateTime, String)
Adds a filter expression to the load options for a value property with data type 'DateTime'.
Public methodAddFilterExpression(String, ExpInnerOperator, Int32, String)
Adds a filter expression to the load options for a value property with data type 'Integer'.
Public methodAddFilterExpression(String, ExpInnerOperator, String, String)
Adds a filter expression to the load options for a value property with data type 'Text'.
Top
See Also