Gets a value indicating whether the access to the fields of the data object by their field identifier is available.
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:
Boolean
Always
true.
Implements
IDataAccessor..::..SupportsIdentifiersSee Also