コード例 #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)
 {
 }