AbstractTableManagerGetColumnInformation Method |
Returns DataSet with specified table column information retrieved from database information schema. Returns columns ColumnName, DataType, DataSize, DataPrecision, Nullable, DefaultValue.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public virtual DataSet GetColumnInformation(
string tableName,
string columnName
)
Parameters
- tableName
- Type: SystemString
Database table name - columnName
- Type: SystemString
Database table column name
Return Value
Type:
DataSetImplements
ITableManagerGetColumnInformation(String, String)Remarks If columnName is not specified data for all table columns are returned.
See Also