Gets a value indicating whether this accessor supports field indexing by the string identifiers.
            
Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# | 
|---|
public bool SupportsIdentifiers { get; } | 
| Visual Basic | 
|---|
Public ReadOnly Property SupportsIdentifiers As Boolean
	Get  | 
| Visual C++ | 
|---|
public:
virtual property bool SupportsIdentifiers {
	bool get () sealed;
} | 
| F# | 
|---|
abstract SupportsIdentifiers : bool with get
override SupportsIdentifiers : bool with get  | 
Property Value
Type: 
Booleantrue if this accessor supports 
IDataField indexing by string identifiers; otherwise, 
false.
            
Implements
IDataAccessor..::..SupportsIdentifiers
See Also