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.6.0.0 (5.6.19.0117)
Syntax
protected virtual void InsertPersistenceInfoObjects(
	IDerivedTableDefinition derivedTable
)

Parameters

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