QueryCreationManagerInsertPersistenceInfoObjects Method (IRelationCollection) | 
  Inserts in each entityrelation object the persistence info objects for the fields referenced. 
 
    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(
	IRelationCollection relations
)
Protected Overridable Sub InsertPersistenceInfoObjects ( 
	relations As IRelationCollection
)
Parameters
- relations
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
IRelationCollection object which has entityrelation objects whose fields' persistence info objects have to be set to a value. 
See Also