| ListsGetRowCount Method |
Namespace:
Dynamicweb.Modules.Common
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public static int GetRowCount(
string tableName,
string filter
)
Public Shared Function GetRowCount (
tableName As String,
filter As String
) As Integer
Parameters
- tableName
- Type: SystemString
- filter
- Type: SystemString
Return Value
Type:
Int32See Also