Click or drag to resize

QuerySpecIQuerySpecCustomFunctionMappingStore Property

Gets the optional custom function mapping store. A custom function mapping store takes precedence over the function mapping store obtained from the Dynamic Query Engine (DQE) used for producing the SQL for the query. If a custom function mapping store is needed for a query,

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
FunctionMappingStore IQuerySpec.CustomFunctionMappingStore { get; }

Property Value

Type: FunctionMappingStore

Implements

IQuerySpecCustomFunctionMappingStore
See Also