Gets a value indicating whether this accessor supports field indexing by the string identifiers.
Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
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:
Booleantrue if this accessor supports
IDataField indexing by string identifiers; otherwise,
false.
See Also