QuerySpecPrepareForExecution Method |
Prepares this query for execution.
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 protected virtual void PrepareForExecution(
FunctionMappingStore dqeMappings
)
Protected Overridable Sub PrepareForExecution (
dqeMappings As FunctionMappingStore
)
Parameters
- dqeMappings
- Type: SD.LLBLGen.Pro.ORMSupportClassesFunctionMappingStore
The dqe function mappings.
See Also