DataAccessAdapterCoreInsertPersistenceInfoObjects Method (IRelationCollection) | 
 
            Inserts in each entityrelation object the persistence info objects for the fields referenced.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
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