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.6.0.0 (5.6.19.0117)
Syntax protected virtual void OnInsertPersistenceObjects(
IPredicate currentPredicate
)
Protected Overridable Sub OnInsertPersistenceObjects (
currentPredicate As IPredicate
)
Parameters
- currentPredicate
- Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
The current predicate object to fill the persistence info of.
See Also