1

DBExtensionsのSqlBuilderクラスを使用する場合、1 回の往復で実行される複数の選択ステートメントを作成することは可能ですか?

次のようなもの:

select t1.* from Table1 t1 where t1.Foo = 'Bar 1';
select t2.* from Table2 t2 where t2.Foo = 'Bar 2';
4

1 に答える 1