dotConnect for SQLite Documentation
Devart.Common Namespace / DbCommandBase Class / GetRecordCount Method

In This Topic
    GetRecordCount Method
    In This Topic
    Returns count of records in the resultset.
    Syntax
    'Declaration
     
    Public Function GetRecordCount() As Integer
    public int GetRecordCount()

    Return Value

    The count of records.
    See Also