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

Namespace: Adf.Db
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
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.IDbFactory.GetCount(Adf.Db.DbEntity,System.String)"]

See Also