QueryCreationManagerInsertPersistenceInfoObjects Method (IDerivedTableDefinition) | 
  Inserts the persistence info objects into the objects of the passed in derived table. 
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses.Adapter
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxprotected virtual void InsertPersistenceInfoObjects(
	IDerivedTableDefinition derivedTable
)
Protected Overridable Sub InsertPersistenceInfoObjects ( 
	derivedTable As IDerivedTableDefinition
)
Parameters
- derivedTable
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIDerivedTableDefinition
The derived table. 
See Also