Interface IResultSetMetaData
.NET interface for TO BE DEFINED FROM USER
public interface IResultSetMetaData : IWrapper
- Inherited Members
Properties
ColumnCount
int ColumnCount { get; }
Property Value
Methods
GetCatalogName(int)
String GetCatalogName(int arg0)
Parameters
Returns
Exceptions
GetColumnClassName(int)
String GetColumnClassName(int arg0)
Parameters
Returns
Exceptions
GetColumnDisplaySize(int)
int GetColumnDisplaySize(int arg0)
Parameters
Returns
Exceptions
GetColumnLabel(int)
String GetColumnLabel(int arg0)
Parameters
Returns
Exceptions
GetColumnName(int)
String GetColumnName(int arg0)
Parameters
Returns
Exceptions
GetColumnType(int)
int GetColumnType(int arg0)
Parameters
Returns
Exceptions
GetColumnTypeName(int)
String GetColumnTypeName(int arg0)
Parameters
Returns
Exceptions
GetPrecision(int)
int GetPrecision(int arg0)
Parameters
Returns
Exceptions
GetScale(int)
int GetScale(int arg0)
Parameters
Returns
Exceptions
GetSchemaName(int)
String GetSchemaName(int arg0)
Parameters
Returns
Exceptions
GetTableName(int)
String GetTableName(int arg0)
Parameters
Returns
Exceptions
IsAutoIncrement(int)
bool IsAutoIncrement(int arg0)
Parameters
Returns
Exceptions
IsCaseSensitive(int)
bool IsCaseSensitive(int arg0)
Parameters
Returns
Exceptions
IsCurrency(int)
bool IsCurrency(int arg0)
Parameters
Returns
Exceptions
IsDefinitelyWritable(int)
bool IsDefinitelyWritable(int arg0)
Parameters
Returns
Exceptions
IsNullable(int)
int IsNullable(int arg0)
Parameters
Returns
Exceptions
IsReadOnly(int)
bool IsReadOnly(int arg0)
Parameters
Returns
Exceptions
IsSearchable(int)
bool IsSearchable(int arg0)
Parameters
Returns
Exceptions
IsSigned(int)
bool IsSigned(int arg0)
Parameters
Returns
Exceptions
IsWritable(int)
bool IsWritable(int arg0)