IDbFactoryGetCount Method (String, String) |
根据表与条件返回一个COUNT值
Namespace: Adf.DbAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntaxint GetCount(
string tablename,
string condition
)
Function GetCount (
tablename As String,
condition As String
) As Integer
int GetCount(
String^ tablename,
String^ condition
)
abstract GetCount :
tablename : string *
condition : string -> int
Parameters
- tablename
- Type: SystemString
表名 - condition
- Type: SystemString
条件
Return Value
Type:
Int32[Missing <returns> documentation for "M:Adf.Db.IDbFactory.GetCount(System.String,System.String)"]
See Also