Click or drag to resize
DataAccessAdapterCoreOnInsertPersistenceObjects 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.3.0.0 (5.3.0)
Syntax
protected virtual void OnInsertPersistenceObjects(
	IPredicate currentPredicate
)

Parameters

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