this Property
this[int]
Gets metadata for the column at the specified index.
Declaration
public SqlColumnMetadata this[int index] { get; }
Parameters
int | index | The index. |
Property Value
SqlColumnMetadata | Metadata for the column at the specified index. |