| DynamicQueryEngineBaseCreateSingleTargetUpdateDQ Method (IEntityFieldCore, IFieldPersistenceInfo, IActionQuery, IPredicate) | 
 
            Creates a new Update Query object which is ready to use. Only 'changed' EntityFieldCore fields are included in the update query. 
            Primary Key fields are never updated. 
            
 
    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
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | When fields is null or fieldsPersistenceInfo is null | 
| ArgumentException | When fields contains no EntityFieldCore instances or fieldsPersistenceInfo is empty. | 
See Also