Benchmarkr.SQLite.Benchmark.Count C# (CSharp) Method

Count() public method

public Count ( EmployeeQuery query ) : int
query EmployeeQuery
return int
        public override int Count(EmployeeQuery query)
        {
            return this.ConvertQuery(query).Count();
        }