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