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.1.0.0 (5.1.0)
Syntax protected virtual void InsertPersistenceInfoObjects(
IDbFunctionCall functionCall
)
Protected Overridable Sub InsertPersistenceInfoObjects (
functionCall As IDbFunctionCall
)
Parameters
- functionCall
- Type: SD.LLBLGen.Pro.ORMSupportClassesIDbFunctionCall
The function call.
See Also