Click or drag to resize
DbFactoryUpdate Method
执行数据对象修改

Namespace: Adf.Db
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public virtual int Update(
	DbEntity update,
	DbEntity where
)

Parameters

update
Type: Adf.DbDbEntity
数据对象
where
Type: Adf.DbDbEntity
条件对像

Return Value

Type: Int32

[Missing <returns> documentation for "M:Adf.Db.DbFactory.Update(Adf.Db.DbEntity,Adf.Db.DbEntity)"]

Implements

IDbFactoryUpdate(DbEntity, DbEntity)
See Also