AJE Components
DataSetFilter PropertiesAJE Data Asset Engine Help
The DataSetFilter type exposes the following members.
Properties

  NameDescription
Public propertyClassType (Inherited from EngineClassBase.)
Public propertyDisposed (Inherited from EngineClassBase.)
Public propertyEnabled
Enables or disables Data Filter on the Data Table.
(Inherited from DataTableFilter.)
Public propertyExcludeTable
Gets or sets the option to Exclude the Data Table from the Data Set.
Public propertyHandleExceptions (Inherited from EngineClassBase.)
Public propertyIsChanged (Inherited from EngineClassBase.)
Public propertyIsDirty (Inherited from EngineClassBase.)
Public propertyIsEmpty
Property returns True if the Data Filter is Empty. Read-only.
(Overrides DataTableFilter IsEmpty.)
Public propertyItemKey (Inherited from EngineClassBase.)
Public propertyLastErrDescription (Inherited from EngineClassBase.)
Public propertyLastErrNumber (Inherited from EngineClassBase.)
Public propertyLastErrSource (Inherited from EngineClassBase.)
Public propertyLastException (Inherited from EngineClassBase.)
Public propertyOnDirtyEvent (Inherited from EngineClassBase.)
Public propertyProperties (Inherited from EngineClassBase.)
Public propertyRaiseError (Inherited from EngineClassBase.)
Public propertyRowLimit
Gets or sets the Row Limit for the Data Table. Zero specifies there is no Row Limit and -1 specifies Zero Rows should be included.
(Inherited from DataTableFilter.)
Public propertyRowStart
Gets or sets the Row Start for the Data Table.
(Inherited from DataTableFilter.)
Public propertySelectFilter
Gets or sets the Select Filter Expression for the Data Table.
(Inherited from DataTableFilter.)
Public propertySortOrder
Gets or sets the Column Names used for sorting, and the sort order for viewing the rows in the Data Table.
(Inherited from DataTableFilter.)
Public propertyTableName
Gets or sets the Name of the Data Table used to Filter the Data Source.
Public propertyTag (Inherited from EngineClassBase.)
Public propertyTypeClassName (Inherited from EngineClassBase.)
Back to Top
See Also