Click or drag to resize
DbFactoryGetCount Method (DbEntity, String)
获取指定对象的记录数

Namespace: Adf.Db
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public virtual int GetCount(
	DbEntity entity,
	string storedProcedure
)

Parameters

entity
Type: Adf.DbDbEntity
对象
storedProcedure
Type: SystemString
要执行的存储过程名

Return Value

Type: Int32

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

Implements

IDbFactoryGetCount(DbEntity, String)
See Also