DataAccessAdapterCoreInsertPersistenceInfoObjects Method (IEntityField2) |
Inserts the persistence info objects on all objects referenced by the passed in field.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.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