Gets the IDataField by the specified string identifier.

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[
	string id
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	id As String
) As IDataField
	Get
Visual C++
public:
virtual property IDataField^ default[String^ id] {
	IDataField^ get (String^ id) sealed;
}
F#
abstract Item : IDataField with get
override Item : IDataField with get

Parameters

id
Type: System..::..String

Property Value

Type: IDataField
Implementation of the IDataField interface

Implements

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

See Also