Group: Forum Members
Posts: 524,
Visits: 30K
|
I love FillbyPrimaryKey with the overload that accepts a paramarray of keys. But I would like to us a SPROC to get the data on the back end as there are a number of joins I'd prefer to handle there.
What is the syntax for calling using FillbyStoreProcedure or cmd.CommandType = StoredProcedure and having, as a parameter, a list(of T)
( need to do this with both integer keys and system.guid keys )
TIA
|