DataAccessAdapterCoreInsertPersistenceInfoObjects Method (IDerivedTableDefinition) |
Inserts the persistence info objects into the objects of the passed in derived table.
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(
IDerivedTableDefinition derivedTable
)
Protected Overridable Sub InsertPersistenceInfoObjects (
derivedTable As IDerivedTableDefinition
)
Parameters
- derivedTable
- Type: SD.LLBLGen.Pro.ORMSupportClassesIDerivedTableDefinition
The derived table.
See Also