MapperKernelUseSmartTemplatePopulation Method |
Gets whether or not to use smart template population per the SmartTemplatePopulation Compatibility feature.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected static bool UseSmartTemplatePopulation(
IAppContext cxt
)
Protected Shared Function UseSmartTemplatePopulation (
cxt As IAppContext
) As Boolean
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context.
Return Value
Type:
BooleanTrue if smart template population should be used, else false.
See Also