Click or drag to resize
DbFactoryGetCount Method (String, Boolean)
获取指定语句第一行第一例的Int类型数据

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

Parameters

sqlString
Type: SystemString
执行语句
storedProcedure
Type: SystemBoolean
是否以过程执行

Return Value

Type: Int32

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

Implements

IDbFactoryGetCount(String, Boolean)
See Also