Gets the getter that knows how to retrieve value from the specified property of the given data object.
Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
IGetter GetGetter( IDataField field ) |
| Visual Basic |
|---|
Function GetGetter ( field As IDataField ) As IGetter |
| Visual C++ |
|---|
IGetter^ GetGetter( IDataField^ field ) |
| F# |
|---|
abstract GetGetter : field : IDataField -> IGetter |
Parameters
- field
- Type: Dapfor.Net.Data..::..IDataField
The field.
Return Value
Type: IGetterIGetter instance, if the acceleration is available. Otherwise null.
Remarks
If the acceleration is not available, the IDataField tries get value by the default
way (for example, reflection).