Dynamically set sproc name in Linq to SQL?
Posted
by Justin
on Stack Overflow
See other posts from Stack Overflow
or by Justin
Published on 2010-05-12T13:52:23Z
Indexed on
2010/05/17
16:50 UTC
Read the original article
Hit count: 257
linq-to-sql
Hey, I need to dynamically set the sproc name of a Linq to SQL query and can't figure out how. I see in the dbml designer that the sproc name is an attribute but it must be a constant, so I can't set it to a dynamic value. Please help. Thanks, Justin
© Stack Overflow or respective owner