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
// we need these fields because calling ToString on the Func's didn't include the details of the method being called so it was the same key for descending and ascending
// we need these fields because calling ToString on the Func's didn't include the details of the method being called so it was the same key for descending and ascending
@@ -137,12 +97,9 @@ public virtual IQueryable<T> Apply(IQueryable<T> query)
137
97
{
138
98
// TODO: do we need to deal with the case where the user passes in "Name desc", should we strip the desc out, or let it override the isDescending param, or not deal with it and blame it on the user?
Copy file name to clipboardExpand all lines: SharpRepository.XmlRepository/SharpRepository.XmlRepository.csproj
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,16 @@
5
5
<Description>SharpRepository generic repository implementation that stores data in a XML Serialized file</Description>
6
6
<Summary>Written in C#, includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDB, CouchDB and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, memcached and the standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits!</Summary>
0 commit comments