Gets a value indicating whether this accessor supports field indexing by the string identifiers.

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

Syntax

C#
bool SupportsIdentifiers { get; }
Visual Basic
ReadOnly Property SupportsIdentifiers As Boolean
	Get
Visual C++
property bool SupportsIdentifiers {
	bool get ();
}
F#
abstract SupportsIdentifiers : bool with get

Property Value

Type: Boolean
true if this accessor supports IDataField indexing by string identifiers; otherwise, false.

See Also