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.QuerySpecAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax FunctionMappingStore IQuerySpec.CustomFunctionMappingStore { get; }
Private ReadOnly Property CustomFunctionMappingStore As FunctionMappingStore
Implements IQuerySpec.CustomFunctionMappingStore
Get
Property Value
Type:
FunctionMappingStoreImplements
IQuerySpecCustomFunctionMappingStoreSee Also