The dictionary can not be referenced by field identifiers. Any call of this method will lead to NotSupportedException

Namespace: Dapfor.Net.Data
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

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

Implements

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

See Also