[]
Returns the value at given index for the property.
public object GetValue(int i)
Type | Name | Description |
---|---|---|
int | i | Index of property in the field collection |
Type | Description |
---|---|
object | Value of teh property at the specified index |
Gets Value for data fields for .Notations
public object GetValue(string fieldName, int ordinal)
Type | Name | Description |
---|---|---|
string | fieldName | Field Name of teh format Field1.Field2 and so on |
int | ordinal | Cached ordinal |
Type | Description |
---|---|
object |