QueryCreationManagerInsertPersistenceInfoObjects 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.Adapter
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
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