IDbFactoryGetCount Method (String, Boolean) |
获取指定语句第一行第一例的Int类型数据
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxint GetCount(
string sqlString,
bool storedProcedure
)
Function GetCount (
sqlString As String,
storedProcedure As Boolean
) As Integer
int GetCount(
String^ sqlString,
bool storedProcedure
)
abstract GetCount :
sqlString : string *
storedProcedure : bool -> int
Parameters
- sqlString
- Type: SystemString
执行语句 - storedProcedure
- Type: SystemBoolean
是否以过程执行
Return Value
Type:
Int32[Missing <returns> documentation for "M:Adf.Db.IDbFactory.GetCount(System.String,System.Boolean)"]
See Also