Click or drag to resize
DataAccessAdapterCoreInsertPersistenceInfoObjects Method (IDbFunctionCall)
Inserts the persistence info objects into the function call object passed in, for every field object present as parameter in the function call.

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(
	IDbFunctionCall functionCall
)

Parameters

functionCall
Type: SD.LLBLGen.Pro.ORMSupportClassesIDbFunctionCall
The function call.
See Also