Class: DataSet [Abstract]

Properties  Events  Methods    Index of Classes

Abstract class providing methods for accessing databases in a program

This is an abstract class and should never be used by a developer for object instantiation. While a developer could use this class for sub-classing, it is not encouraged.

Hierarchy

cObject
---BaseData_Set
------DataSet
---------DataDictionary

Library: Common (Windows and Web Application) Class Library

Package: Data_set.pkg

Description

This class is a obsolete. This class was used and instantiated in character mode DataFlex and was replaced by the DataDictionary class many revisons ago. You should be using the DataDictionary class in all DataFlex applications.



DataSet is an abstract class used to provide methods for accessing databases in a program. Its sub-class DataDictionary should be used for sub-classing and instantiation.