Click or drag to resize
DynamicQueryEngineBase.CreateUpdateDQ Method
Overload List
  NameDescription
Public methodCreateUpdateDQ(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.
Public methodCreateUpdateDQ(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.
Public methodCreateUpdateDQ(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.
Public methodCreateUpdateDQ(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.
Top
See Also