The DataSetDistinct type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| ClassType | (Inherited from EngineClassBase.) | |
| ColumnName |
Gets or sets Data Column Name for the Distinct Function on the Data Table.
(Inherited from DataTableDistinct.) | |
| Disposed | (Inherited from EngineClassBase.) | |
| DistinctColumns |
Gets or sets Distinct Data Columns for the Data Table.
(Inherited from DataTableDistinct.) | |
| DistinctFunction |
Gets or sets Distinct Function for the Data Column on the Data Table.
(Inherited from DataTableDistinct.) | |
| DistinctType |
Gets or sets Distinct Type for the Data Table
(Inherited from DataTableDistinct.) | |
| DistinctView |
Enables or disables the Data Columns Distinct View on the Data Table.
(Inherited from DataTableDistinct.) | |
| Enabled |
Enables or disables Distinct Data on the Data Table.
(Inherited from DataTableDistinct.) | |
| HandleExceptions | (Inherited from EngineClassBase.) | |
| HasRename |
Property returns True if the Data Distinct has a Rename Data Column. Read-only.
(Inherited from DataTableDistinct.) | |
| IsChanged | (Inherited from EngineClassBase.) | |
| IsDirty | (Inherited from EngineClassBase.) | |
| IsEmpty |
Property returns True if the Data Distinct is Empty. Read-only.
(Overrides DataTableDistinct IsEmpty.) | |
| ItemKey | (Inherited from EngineClassBase.) | |
| LastErrDescription | (Inherited from EngineClassBase.) | |
| LastErrNumber | (Inherited from EngineClassBase.) | |
| LastErrSource | (Inherited from EngineClassBase.) | |
| LastException | (Inherited from EngineClassBase.) | |
| OnDirtyEvent | (Inherited from EngineClassBase.) | |
| Properties | (Inherited from EngineClassBase.) | |
| RaiseError | (Inherited from EngineClassBase.) | |
| TableName |
Gets or sets the Name of the Data Table used in the Data Set for the Data Distinct.
| |
| Tag | (Inherited from EngineClassBase.) | |
| TypeClassName | (Inherited from EngineClassBase.) |
See Also