示例#1
0
 public DbWhereExpression(DbExpressionBinding bind, DbExpression body, BaseType type)
     : base(bind, body, DbExpressionKind.Where, type)
 {
 }
示例#2
0
 public DbSelectExpression(DbExpressionBinding bind, DbExpression body, BaseType type)
     : base(bind, body, DbExpressionKind.Select, type)
 {
 }