Exemplo n.º 1
0
 public DbWhereExpression(DbExpressionBinding bind, DbExpression body, BaseType type)
     : base(bind, body, DbExpressionKind.Where, type)
 {
 }
Exemplo n.º 2
0
 public DbSelectExpression(DbExpressionBinding bind, DbExpression body, BaseType type)
     : base(bind, body, DbExpressionKind.Select, type)
 {
 }