Stored Proc in RIA Services

sorin picture sorin · Aug 12, 2009 · Viewed 7.5k times · Source

I want to load some data with a SP.

I've put a SP in a Linq to SQL Class and I don't know how to use it for loading it's data in a datagrid. In LinqToSqlDomainService I can't figure out how to call a SP. What steps should I use.

Any samples of this ? All samples use a table.

Thank's