BaseDAL(T).updateBatch Method

DCSoft.DBUtilityGeneric

BaseDALTupdateBatch Method
批量更新操作

Namespace: DCSoft.DBUtilityGeneric.DAL
Assembly: DCSoft.DBUtilityGeneric (in DCSoft.DBUtilityGeneric.dll) Version: 0.0.0.0
Syntax
C#
public int updateBatch(
	List<T> list
)

Parameters

list
Type: System.Collections.GenericListT
待更新实体列表

Return Value

Type: Int32

[Missing <returns> documentation for "M:DCSoft.DBUtilityGeneric.DAL.BaseDAL`1.updateBatch(System.Collections.Generic.List{`0})"]

See Also