BaseDAL(T).delete Method (Where`1(T))

DCSoft.DBUtilityGeneric

BaseDALTdelete Method (Where`1T)
删除对象

Namespace: DCSoft.DBUtilityGeneric.DAL
Assembly: DCSoft.DBUtilityGeneric (in DCSoft.DBUtilityGeneric.dll) Version: 0.0.0.0
Syntax
C#
public int delete(
	Where<T> where
)

Parameters

where
Type: WhereT
条件

Return Value

Type: Int32

[Missing <returns> documentation for "M:DCSoft.DBUtilityGeneric.DAL.BaseDAL`1.delete(Dos.ORM.Where{`0})"]

See Also