执行数据对象修改
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxpublic virtual int Update(
DbEntity update,
DbEntity where
)
Public Overridable Function Update (
update As DbEntity,
where As DbEntity
) As Integer
public:
virtual int Update(
DbEntity^ update,
DbEntity^ where
)
abstract Update :
update : DbEntity *
where : DbEntity -> int
override Update :
update : DbEntity *
where : DbEntity -> int
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