DataAccessAdapterCoreInsertPersistenceInfoObjects Method (IPredicateExpression) |
Inserts in each predicate expression element the persistence info object for the field used. If there is already a fieldpersistenceinfo
element for a given field, it is skipped.
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(
IPredicateExpression expression
)
Protected Overridable Sub InsertPersistenceInfoObjects (
expression As IPredicateExpression
)
Parameters
- expression
- Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicateExpression
IPredicateExpression object which has predicate elements whose persistence info objects have to be
set to a value.
See Also