jjh01
Results
1
issues of
jjh01
my sql is like this `string sql = SELECT * FROM B JOIN A ON B.ColumnD = A.ColumnD AND B.ColumnE = A.ColumnE` ``` class TestA { public string ColumnD {...