| 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: 11.0.0
 Syntax
Syntax Remarks
RemarksIf columnName is not specified data for all table columns are returned.
 See Also
See Also