Click or drag to resize
DataAccessAdapterCoreInsertPersistenceInfoObjects Method (TableValuedFunctionCall)
Inserts the persistence info objects into objects of the passed in tvfcall.

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(
	TableValuedFunctionCall tvfCall
)

Parameters

tvfCall
Type: SD.LLBLGen.Pro.ORMSupportClassesTableValuedFunctionCall
The TVF call.
See Also