| DynamicQueryEngineBaseCreateUpdateDQ Method | 
| Name | Description | |
|---|---|---|
| CreateUpdateDQ(IEntityFields, DbConnection, ListIPredicate) | 
            Creates a new Update Query object which is ready to use. Only 'changed' EntityFields are included in the update query.
            Primary Key fields are never updated. 
              | |
| CreateUpdateDQ(IEntityFieldCore, IFieldPersistenceInfo, DbConnection, ListIPredicate) | 
            Creates a new Update Query object which is ready to use. Only 'changed' EntityFieldCore fields are included in the update query. 
              | |
| CreateUpdateDQ(IEntityFields, DbConnection, ListIPredicate, 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. 
              | |
| CreateUpdateDQ(IEntityFieldCore, IFieldPersistenceInfo, DbConnection, ListIPredicate, 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. 
              |