DynamicQueryEngineBase.CreateUpdateDQ Method |
Name | Description | |
---|---|---|
CreateUpdateDQ(IEntityFields, DbConnection, List<IPredicate>) |
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, List<IPredicate>) |
Creates a new Update Query object which is ready to use. Only 'changed' EntityFieldCore fields are included in the update query.
| |
CreateUpdateDQ(IEntityFields, DbConnection, List<IPredicate>, 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, List<IPredicate>, 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.
|