Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected virtual void InsertPersistenceInfoObjects(
	IPredicateExpression expression
)

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