[]
Gets the specified C1DataColumn from the collection at the specified index.
public C1DataColumn this[int index] { get; set; }
Type | Name | Description |
---|---|---|
int | index |
Gets the specified C1DataColumn from the collection with the specified name.
public C1DataColumn this[string name] { get; }
Type | Name | Description |
---|---|---|
string | name |