BaseDAL(T).updateAll Method

DCSoft.DBUtilityGeneric

BaseDALTupdateAll Method
更新记录的所有字段

Namespace: DCSoft.DBUtilityGeneric.DAL
Assembly: DCSoft.DBUtilityGeneric (in DCSoft.DBUtilityGeneric.dll) Version: 0.0.0.0
Syntax
C#
public int updateAll(
	T entity
)

Parameters

entity
Type: T
记录实体对象

Return Value

Type: Int32

[Missing <returns> documentation for "M:DCSoft.DBUtilityGeneric.DAL.BaseDAL`1.updateAll(`0)"]

See Also