DynamicQueryEngineCreateSingleTargetUpdateDQ Method (IEntityFieldCore, IFieldPersistenceInfo, IActionQuery, IPredicate, IRelationCollection) | 
 
            Creates a new Update Query object which is ready to use. Only 'changed' EntityFieldCore are included in the update query.
            Primary Key fields are never updated.
            
 
    Namespace: 
   SD.LLBLGen.Pro.DQE.Oracle
    Assemblies:
    SD.LLBLGen.Pro.DQE.OracleMS (in SD.LLBLGen.Pro.DQE.OracleMS.dll) Version: 5.4.0.0 (5.4.0)
  SD.LLBLGen.Pro.DQE.OracleODPNet (in SD.LLBLGen.Pro.DQE.OracleODPNet.dll) Version: 5.4.0.0 (5.4.0)
Syntax
Exceptions| Exception | Condition | 
|---|
| ArgumentNullException | When fields is null or when updateFilter is null or
            when relationsToWalk is null or when fieldsPersistence is null | 
| ArgumentException | When fields contains no EntityFieldCore instances or fieldsPersistenceInfo is empty. | 
See Also