[This is preliminary documentation and is subject to change.]
Returns a field definition by a positional index within the row
Namespace: NFX.DataAccess.CRUDAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Schema..::..FieldDef this[
int index
] { get; }
public Schema..::..FieldDef this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As Schema..::..FieldDef
Get
Public ReadOnly Default Property Item (
index As Integer
) As Schema..::..FieldDef
Get
public:
property Schema..::..FieldDef^ default[int index] {
Schema..::..FieldDef^ get (int index);
}
public:
property Schema..::..FieldDef^ default[int index] {
Schema..::..FieldDef^ get (int index);
}
member Item : Schema..::..FieldDef with get
member Item : Schema..::..FieldDef with get
Property Value
Type:
Schema FieldDef