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.5.0.0 (5.5.18.1019)
Syntax
protected virtual void InsertPersistenceInfoObjects(
	IEntityField2 field
)

Parameters

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