TDADataset
From RemObjects Software
This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.
Overview
The TDADataset class descends from TDASQLCommand to represents an individual dataset (or data table) defined in a schema.
You will usually not create instances of this class directly, but define data tables in Schema Modeler or access them through the Datasets property of the TDASchema component.
File
uDAInterfaces
Declaration
TDADataset = class(TDASQLCommand);
Hierarchy
- TCollectionItem
- TDASQLCommand
- TDADataset
- TDASQLCommand
Properties
| | | |
|---|---|---|
| BusinessRulesClient | TDAClientBusinessRuleScript | Specifies any client-side business rules scripts for the data table. Please refer to the Business Rules Scripts help topic for more details. |
| Fields | TDAFieldCollection | Provides access to all the fields contained in the dataset. |
Methods
| | |
|---|---|
| FieldByName | Locates a specific field contained in the dataset, based on its name. If no matching field is defined, an exception will be raised. |
See Also
Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)
Lists — Glossary — Features — How To — Drivers — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | Data Abstract | Architecture | Class | Delphi
