[]
Gets a DataField with specified name, throws an exception if not found.
public DataField this[string name] { get; }
Type | Name | Description |
---|---|---|
string | name | The name of DataField. |
Type | Description |
---|---|
DataField | Returns DataField object with specified name, throws an exception if not found. |