Gets the data accessor, the field of which has been updated.
Namespace: Dapfor.Wpf.DataAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public IDataAccessor DataAccessor { get; } |
| Visual Basic |
|---|
Public ReadOnly Property DataAccessor As IDataAccessor Get |
| Visual C++ |
|---|
public: property IDataAccessor^ DataAccessor { IDataAccessor^ get (); } |
| F# |
|---|
member DataAccessor : IDataAccessor with get |
Property Value
Type: IDataAccessorThe data accessor.