MapperKernelGetDescription Method |
Gets the mapper's "description" property and resolves it for field expressions. The result
is exposed via IMapper.Exec(MapperExecCmds.Description).
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected string GetDescription()
Protected Function GetDescription As String
Return Value
Type:
StringThe resolved mapper description.
See Also