Click or drag to resize
DbFactoryGetCount Method (String, String)
根据表与条件返回一个COUNT值

Namespace: Adf.Db
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public virtual int GetCount(
	string tablename,
	string condition
)

Parameters

tablename
Type: SystemString
表名
condition
Type: SystemString
条件

Return Value

Type: Int32

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

Implements

IDbFactoryGetCount(String, String)
See Also