Count() public abstract method

public abstract Count ( EmployeeQuery query ) : int
query EmployeeQuery
return int
Example #1
0
 private static void Query_Count(BenchmarkBase benchmark)
 {
     Console.WriteLine($"Counting employees: {benchmark.Count(Query)}");
 }
Example #2
0
 private static void Query_Count(BenchmarkBase benchmark)
 {
     Console.WriteLine($"Counting employees: {benchmark.Count(Query)}");
 }