|
|
@ -41,7 +41,18 @@ namespace SqlSugar |
|
|
|
{ |
|
|
|
throw new NotSupportedException("Can only be used in expressions"); |
|
|
|
} |
|
|
|
|
|
|
|
public static TRestult RowMax<TRestult>(TRestult filedName) |
|
|
|
{ |
|
|
|
throw new NotSupportedException("Can only be used in expressions"); |
|
|
|
} |
|
|
|
public static TRestult RowMin<TRestult>(TRestult filedName) |
|
|
|
{ |
|
|
|
throw new NotSupportedException("Can only be used in expressions"); |
|
|
|
} |
|
|
|
public static TRestult RowAvg<TRestult>(TRestult filedName) |
|
|
|
{ |
|
|
|
throw new NotSupportedException("Can only be used in expressions"); |
|
|
|
} |
|
|
|
public static string JsonField(object json,string fieldName) |
|
|
|
{ |
|
|
|
throw new NotSupportedException("Can only be used in expressions"); |
|
|
|