Describes the column metadata of the schema for a database table.
Namespace: CNClrLib.ADONet.Client
Delphi
|
type
TSchemaTableColumns = record
end;
|
|
Name
|
Description
|

|
Column
|
Specifies the name of the column in the schema table.
|

|
ForeignKey
|
Specifies the foreign key name in the schema table.
|

|
IndexName
|
Specifies the index name in the schema table.
|

|
Position
|
Specifies the ordinal of the column.
|

|
Position2
|
Specifies the position of the column.
|

|
Precision
|
Specifies the precision of the column data, if the data is numeric.
|

|
PrimaryKey
|
Specifies the primary key name in the schema table.
|

|
Scale
|
Specifies the scale of the column data, if the data is numeric.
|

|
Size
|
Specifies the size of the column.
|
Top
|