Click or drag to resize
DataAccessAdapterCoreInsertPersistenceInfoObjects Method (IEntityField2)
Inserts the persistence info objects on all objects referenced by the passed in field.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual void InsertPersistenceInfoObjects(
	IEntityField2 field
)

Parameters

field
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityField2
The field.
See Also