sunkaixuan
6 years ago
5 changed files with 36 additions and 0 deletions
@ -0,0 +1,23 @@ |
|||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Linq; |
||||
|
using System.Text; |
||||
|
|
||||
|
namespace SqlSugar |
||||
|
{ |
||||
|
internal class PostgreSQLExpressionContext : ExpressionContext, ILambdaExpressions |
||||
|
{ |
||||
|
public SqlSugarClient Context |
||||
|
{ |
||||
|
get |
||||
|
{ |
||||
|
throw new NotImplementedException(); |
||||
|
} |
||||
|
|
||||
|
set |
||||
|
{ |
||||
|
throw new NotImplementedException(); |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue