views:

44

answers:

0

How do I display columns from both tables with an "InnerJoin" from SubSonic?

var myQuery = New SubSonic.Select().From(TableObject1)
                          InnerJoin(TableObject2.ID,TableObject1.ID)