mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-09 10:55:02 +08:00
-
This commit is contained in:
@@ -6,6 +6,12 @@
|
|||||||
{
|
{
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public override ISugarQueryable<T> PartitionBy(string groupFileds)
|
||||||
|
{
|
||||||
|
this.GroupBy(groupFileds);
|
||||||
|
return this;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
public class MySqlQueryable<T, T2> : QueryableProvider<T, T2>
|
public class MySqlQueryable<T, T2> : QueryableProvider<T, T2>
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -6,6 +6,12 @@
|
|||||||
{
|
{
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public override ISugarQueryable<T> PartitionBy(string groupFileds)
|
||||||
|
{
|
||||||
|
this.GroupBy(groupFileds);
|
||||||
|
return this;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
public class SqliteQueryable<T,T2> : QueryableProvider<T,T2>
|
public class SqliteQueryable<T,T2> : QueryableProvider<T,T2>
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user