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