DynamicQueryEngineBaseFunctionMappings Property |
Gets the function mappings for the particular DQE. These function mappings are static and therefore not changeable.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public abstract FunctionMappingStore FunctionMappings { get; }
Public MustOverride ReadOnly Property FunctionMappings As FunctionMappingStore
Get
Property Value
Type:
FunctionMappingStoreSee Also