Progress.Data.TableDesc class
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
(Windows only; GUI for .NET)
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.
Serializable:
No
Constructor
|
- name
- A CHARACTER expression that represents a table name for the logical schema.
- columns
- An array of Progress.Data.ColumnPropDesc class instances that describe the fields of the table represented by this TableDesc instance.
- children
- An array of Progress.Data.TableDesc class instances that describe child tables of the
parent table represented by this instance. If this table has no child tables,
children is set to the Unknown value (
?).
Super Class
System.Object class from .NET
Interfaces
System.Runtime.Serialization.ISerializable interface from
.NET.
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.
Note
For information on the public class members inherited from the System.Object class, refer to the .NET class library
documentation.
See also
Progress.Data.BindingSource class, Progress.Data.ColumnPropDesc class, TableSchema property