TDADataset

From RemObjects Software

Jump to: navigation, search

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

Properties

Property
Type
Description
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

Method
Description
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)

ListsGlossaryFeaturesHow ToDriversComponentsToolsSamplesArticlesArchitectureIssues

Personal tools