DataAccessAdapterCoreInsertPersistenceInfoObjects Method (IRelationCollection) |
Inserts in each entityrelation object the persistence info objects for the fields referenced.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax protected virtual void InsertPersistenceInfoObjects(
IRelationCollection relations
)
Protected Overridable Sub InsertPersistenceInfoObjects (
relations As IRelationCollection
)
Parameters
- relations
- Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
IRelationCollection object which has entityrelation objects whose fields' persistence info objects have to be
set to a value.
See Also