You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnExecuteList<TEntity>(config.Sql,config.Parameters, r =>AutoMap(r,config));
1833
-
}
1834
-
1835
1812
/// <summary>
1836
1813
/// Gets a collection of entities that satisfies the criteria specified by the <paramref name="criteria" /> from the repository.
1837
1814
/// </summary>
@@ -1989,19 +1966,6 @@ public override void Dispose()
1989
1966
returnExecuteObjectAsync<TEntity>(config.Sql,config.Parameters, r =>AutoMap(r,config),cancellationToken);
1990
1967
}
1991
1968
1992
-
/// <summary>
1993
-
/// A protected asynchronous overridable method for getting an entity that satisfies the criteria specified by the <paramref name="criteria" /> from the repository.
returnExecuteObjectAsync<TEntity>(config.Sql,config.Parameters, r =>AutoMap(r,config),cancellationToken);
2003
-
}
2004
-
2005
1969
/// <summary>
2006
1970
/// A protected asynchronous overridable method for getting an entity that satisfies the criteria specified by the <paramref name="criteria" /> from the repository.
2007
1971
/// </summary>
@@ -2018,24 +1982,11 @@ public override void Dispose()
2018
1982
returnExecuteObjectAsync<TResult>(config.Sql,config.Parameters, r =>AutoMap<TResult>(r,selector,config),cancellationToken);
2019
1983
}
2020
1984
2021
-
/// <summary>
2022
-
/// A protected asynchronous overridable method for getting a collection of entities that satisfies the criteria specified by the <paramref name="criteria" /> from the repository.
returnExecuteListAsync<TEntity>(config.Sql,config.Parameters, r =>AutoMap(r,config),cancellationToken);
2029
-
}
2030
-
2031
1985
/// <summary>
2032
1986
/// A protected asynchronous overridable method for getting a collection of entities that satisfies the criteria specified by the <paramref name="criteria" /> from the repository.
/// A protected asynchronous overridable method for getting an entity that satisfies the criteria specified by the <paramref name="criteria" /> from the repository.
/// A protected asynchronous overridable method for getting an entity that satisfies the criteria specified by the <paramref name="criteria" /> from the repository.
182
171
/// </summary>
@@ -191,22 +180,11 @@ public override void Dispose()
/// A protected asynchronous overridable method for getting a collection of entities that satisfies the criteria specified by the <paramref name="criteria" /> from the repository.
/// A protected asynchronous overridable method for getting a collection of entities that satisfies the criteria specified by the <paramref name="criteria" /> from the repository.
/// A protected asynchronous overridable method for getting an entity that satisfies the criteria specified by the <paramref name="criteria" /> from the repository.
/// A protected asynchronous overridable method for getting an entity that satisfies the criteria specified by the <paramref name="criteria" /> from the repository.
182
171
/// </summary>
@@ -191,22 +180,11 @@ public override void Dispose()
/// A protected asynchronous overridable method for getting a collection of entities that satisfies the criteria specified by the <paramref name="criteria" /> from the repository.
/// A protected asynchronous overridable method for getting a collection of entities that satisfies the criteria specified by the <paramref name="criteria" /> from the repository.
/// A protected asynchronous overridable method for getting an entity that satisfies the criteria specified by the <paramref name="criteria" /> from the repository.
72
+
/// Asynchronously gets a collection of entities that satisfies the criteria specified by the <paramref name="criteria" /> from the repository.
/// A protected asynchronous overridable method for getting an entity that satisfies the criteria specified by the <paramref name="criteria" /> from the repository.
80
+
/// Asynchronously gets an entity that satisfies the criteria specified by the <paramref name="criteria" /> from the repository.
/// A protected asynchronous overridable method for getting a collection of entities that satisfies the criteria specified by the <paramref name="criteria" /> from the repository.
88
+
/// A protected asynchronous overridable method for getting an entity that satisfies the criteria specified by the <paramref name="criteria" /> from the repository.
/// A protected asynchronous overridable method for getting a collection of entities that satisfies the criteria specified by the <paramref name="criteria" /> from the repository.
0 commit comments