Click or drag to resize

DataAccessAdapterCore.OnInsertPersistenceObjects Method

Method which is called from the default clause of the InsertPersistenceInfoObjects(predicateexpression) routine, which is useful for people who implement their own Predicate objects.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
protected virtual void OnInsertPersistenceObjects(
	IPredicate currentPredicate
)

Parameters

currentPredicate
Type: SD.LLBLGen.Pro.ORMSupportClasses.IPredicate
The current predicate object to fill the persistence info of.
See Also