AJE Components
DataSetFilter MembersAJE Data Asset Engine Help

The DataSetFilter type exposes the following members.
Constructors

  NameDescription
Public methodDataSetFilter
Initializes a new instance of the DataSetFilter class
Back to Top
Methods

  NameDescription
Public methodClear
Clears the Filter and Sort Expressions.
(Overrides DataTableFilter Clear .)
Public methodClone (Inherited from EngineClassBase.)
Public methodCopyObject (Inherited from EngineClassBase.)
Public methodCopyProperties(Boolean) (Inherited from EngineClassBase.)
Public methodCopyProperties(EngineClassBase, Boolean) (Inherited from EngineClassBase.)
Public methodCopyProperties``2(UMP, UMP) (Inherited from EngineClassBase.)
Public methodDeepClone (Inherited from EngineClassBase.)
Public methodDeepCopy (Inherited from EngineClassBase.)
Public methodDeserialize(String) (Inherited from EngineClassBase.)
Public methodDeserialize(XmlDocument) (Inherited from EngineClassBase.)
Public methodDeserialize(TextReader) (Inherited from EngineClassBase.)
Public methodDeserializeFile(String) (Inherited from EngineClassBase.)
Public methodDeserializeFile(String, Encoding) (Inherited from EngineClassBase.)
Public methodDeSerializeMe (Inherited from EngineClassBase.)
Public methodDispose  (Inherited from EngineClassBase.)
Protected methodDispose(Boolean) (Inherited from EngineClassBase.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetDataTable(DataSet)
Public methodGetDataTable(DataTable)
Public methodStatic memberGetDataTable(DataTable,  DataRow )
Public methodStatic memberGetDataTable(DataTable, Int32)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetPropertyNames (Inherited from EngineClassBase.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodHasFilter
Returns True if any Filtering is Applied.
Public methodHasLimit
Returns True if a Row Start or Limit is applied.
(Inherited from DataTableFilter.)
Public methodHasProperty (Inherited from EngineClassBase.)
Public methodIsDifferent(DataSetFilter)
Function compares Data Filters and returns True if different.
Public methodIsDifferent(DataTableFilter)
Function compares Data Filters and returns True if different.
(Inherited from DataTableFilter.)
Public methodIsDifferent(Object, Boolean) (Inherited from EngineClassBase.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnChanged (Inherited from EngineClassBase.)
Public methodOnClearing (Inherited from EngineClassBase.)
Public methodOnDirty (Inherited from EngineClassBase.)
Public methodOnPropertyChanged (Inherited from EngineClassBase.)
Public methodPropertiesToCSV (Inherited from EngineClassBase.)
Public methodPropertiesToString (Inherited from EngineClassBase.)
Public methodPropertiesToXML (Inherited from EngineClassBase.)
Public methodStatic memberRemoveDataRelations
Public methodSerialize  (Inherited from EngineClassBase.)
Public methodSerialize(XmlWriterSettings) (Inherited from EngineClassBase.)
Public methodSerialize(Encoding) (Inherited from EngineClassBase.)
Public methodSerialize(String) (Inherited from EngineClassBase.)
Public methodSerialize(String, Encoding) (Inherited from EngineClassBase.)
Public methodSerializeMe (Inherited from EngineClassBase.)
Public methodSetError (Inherited from EngineClassBase.)
Public methodSetException (Inherited from EngineClassBase.)
Public methodSetIsChanged (Inherited from EngineClassBase.)
Public methodSetIsClean (Inherited from EngineClassBase.)
Public methodSetIsDirty (Inherited from EngineClassBase.)
Public methodShallowClone (Inherited from EngineClassBase.)
Public methodShallowCopy (Inherited from EngineClassBase.)
Public methodToString (Overrides OnlineObject ToString .)
Back to Top
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
Events

  NameDescription
Public eventChanged (Inherited from EngineClassBase.)
Public eventDirty (Inherited from EngineClassBase.)
Public eventPropertyChanged (Inherited from EngineClassBase.)
Back to Top
See Also