public static IFindFluent <T, T> QuerySort <T>(this IFindFluent <T, T> cursor, ClrQuery query) { return(cursor.Sort(query.BuildSort <T>())); }
public static IFindFluent <MongoAssetEntity, MongoAssetEntity> AssetSort(this IFindFluent <MongoAssetEntity, MongoAssetEntity> cursor, ClrQuery query) { return(cursor.Sort(query.BuildSort <MongoAssetEntity>())); }
public static IAggregateFluent <T> QuerySort <T>(this IAggregateFluent <T> cursor, ClrQuery query) { return(cursor.Sort(query.BuildSort <T>())); }