Click or drag to resize
DataAccessAdapterCore.InsertPersistenceInfoObjects 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.2.0.0 (5.2.17.0403)
Syntax
protected virtual void InsertPersistenceInfoObjects(
	IDbFunctionCall functionCall
)

Parameters

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