Click or drag to resize

QueryCreationManager.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.Adapter
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
protected virtual void InsertPersistenceInfoObjects(
	IDbFunctionCall functionCall
)

Parameters

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