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.4.0.0 (5.4.0)
Syntax FunctionMappingStore IQuerySpec.CustomFunctionMappingStore { get; }
Private ReadOnly Property CustomFunctionMappingStore As FunctionMappingStore
Implements IQuerySpec.CustomFunctionMappingStore
Get
Property Value
Type:
FunctionMappingStoreImplements
IQuerySpecCustomFunctionMappingStoreSee Also