dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlConnection Class / ResetStatistics Method

In This Topic
    ResetStatistics Method
    In This Topic
    Resets all values to 0 if statistics gathering is enabled.
    Syntax
    'Declaration
     
    Public Sub ResetStatistics() 
    public void ResetStatistics()
    Remarks
    Does not throw an error when statistics gathering is not enabled.
    See Also