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.4.0.0 (5.4.0)
Syntax protected virtual void InsertPersistenceInfoObjects(
IEntityField2 field
)
Protected Overridable Sub InsertPersistenceInfoObjects (
field As IEntityField2
)
Parameters
- field
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityField2
The field.
See Also