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.
PUBLIC TableDesc ( INPUT name AS CHARACTER ,INPUT columns AS CLASS "Progress.Data.ColumnPropDesc[]" ,INPUT children AS CLASS "Progress.Data.TableDesc[]" )An array of Progress.Data.ColumnPropDesc class instances that describe the fields of the table represented by this TableDesc instance.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 (?).System.Object class (from the .NET Framework)System.Runtime.Serialization.ISerializable interface (from the .NET Framework).For information on the public class members inherited from the System.Object class, refer to the .NET Framework class library.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |