Gets the IDataField by the index.

Namespace: Dapfor.Wpf.Data
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public IDataField this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	index As Integer
) As IDataField
	Get
Visual C++
public:
virtual property IDataField^ default[int index] {
	IDataField^ get (int index) sealed;
}
F#
abstract Item : IDataField with get
override Item : IDataField with get

Parameters

index
Type: System..::..Int32

Property Value

Type: IDataField

Implements

IDataAccessor..::..Item[([( Int32])])

See Also