Tagged Questions
2
votes
1answer
329 views
How Can I Get the Identity Column Value Associated with a SubSonic 3 LinqTemplate Insert?
I am using SubSonic 3.0.0.3 along with the Linq T4 Templates. My ProjectRepository, for example, has the following two methods:
public int Add(Project item)
{
int result = 0;
ISqlQuery query ...