Click or drag to resize

IDataObjectCountOptions Methods

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