Returns a DataTable that describes the column metadata of the AseDataReader.
DataTable GetSchemaTable( )
A DataTable that describes the column metadata.
IDataReader.GetSchemaTable
This method returns metadata about each column in the following order:
ColumnName
ColumnOrdinal
ColumnSize
DataType
ProviderType
IsLong
AllowDBNull
IsReadOnly
IsRowVersion
IsUnique
IsKeyColumn
IsAutoIncrement
BaseSchemaName
BaseCatalogName
BaseTableName
BaseColumnName
For more information about these columns, see the .NET Framework documentation for SqlDataReader.GetSchemaTable.