Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected virtual void InsertPersistenceInfoObjects(
	IDerivedTableDefinition derivedTable
)

Parameters

derivedTable
Type: SD.LLBLGen.Pro.ORMSupportClassesIDerivedTableDefinition
The derived table.
See Also