views:

63

answers:

1

I have a property on a class that happens to be a Table. How do i add an item to this?

A: 

Try calling Table<TEntity>.InsertOnSubmit.

SLaks