DataAccessAdapterCoreCreateQueryCreationManager Method |
Creates a new instance of the QueryCreationManager class
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax protected virtual QueryCreationManager CreateQueryCreationManager(
IPersistenceInfoProvider persistenceInfoProvider
)
Protected Overridable Function CreateQueryCreationManager (
persistenceInfoProvider As IPersistenceInfoProvider
) As QueryCreationManager
Parameters
- persistenceInfoProvider
- Type: SD.LLBLGen.Pro.ORMSupportClassesIPersistenceInfoProvider
Return Value
Type:
QueryCreationManagerSee Also