tags:

views:

89

answers:

1

Please somebody help doing the oldest things on SubSonic.. like CRUD.

Please tell how can i do an INNER JOIN / LEFT JOIN relationship queries.

thank you very mucg.

A: 

http://stackoverflow.com/questions/1290539/subsonic-3-innerjoin

Hope that helps.

Pino
thank you ! in this case... var fileIdsAndTypeds = from files in filesTable.All() join types in filesTypes.All() on types.filetype_idColumn equals files.filetypeColumn select files;if i need to return the description of the filetypes table, how can it be done ?thanks.
Rafael
can you post in your main post so i can see the formatting?
Pino