QueryCreationManagerInsertPersistenceInfoObjects Method (IEntityField2) | 
  Inserts the persistence info objects on all objects referenced by the passed in field. 
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses.Adapter
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxprotected virtual void InsertPersistenceInfoObjects(
	IEntityField2 field
)
Protected Overridable Sub InsertPersistenceInfoObjects ( 
	field As IEntityField2
)
Parameters
- field
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityField2
The field. 
See Also