Progress.Data.TableDesc class
(Windows only; GUI for .NET only)A design-time object that the Visual Designer uses to store logical schema information that you specify for the data source associated with a Progress.Data.BindingSource class instance. The specified logical schema can represent a single temp-table or a hierarchy of temp-tables in a ProDataSet, where the current instance describes the parent for a specified set of child tables.
Note: This class is designed for use by the Visual Designer. Though you can do so, it is not expected that you will use this in your own code.Constructor
name
columns
An array of Progress.Data.ColumnPropDesc class instances that describe the fields of the table represented by this TableDesc instance.children
Super ClassSystem.Object class (from the .NET Framework)
InterfacesSystem.Runtime.Serialization.ISerializable interface (from the .NET Framework).
Public
Properties
The public properties defined by this class are not supported for use in applications.Public
Methods
The public methods defined by this class are not supported for use in applications.Public
Events
The public events defined by this class are not supported for use in applications.NoteFor information on the public class members inherited from the System.Object class, refer to the .NET Framework class library.
See alsoProgress.Data.BindingSource class, Progress.Data.ColumnPropDesc class, TableSchema property
OpenEdge Release 10.2B
|