Count() public abstract method

public abstract Count ( EmployeeQuery query ) : int
query EmployeeQuery
return int
示例#1
0
文件: App.cs 项目: realm/realm-dotnet
 private static void Query_Count(BenchmarkBase benchmark)
 {
     Console.WriteLine($"Counting employees: {benchmark.Count(Query)}");
 }
示例#2
0
 private static void Query_Count(BenchmarkBase benchmark)
 {
     Console.WriteLine($"Counting employees: {benchmark.Count(Query)}");
 }