DataManagerImplCount Method |
Namespace:
Unvired.Kernel.UWP.Database
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int Count(
string tableName,
string whereClause = ""
)
Public Function Count (
tableName As String,
Optional whereClause As String = ""
) As Integer
public:
int Count(
String^ tableName,
String^ whereClause = L""
)
member Count :
tableName : string *
?whereClause : string
(* Defaults:
let _whereClause = defaultArg whereClause ""
*)
-> int
Parameters
- tableName
- Type: SystemString
- whereClause (Optional)
- Type: SystemString
Return Value
Type:
Int32
See Also