On Tue, 2010-07-27 at 04:53 -0700, diabader wrote:
> I need Call Oracle SP with DBlinq but Until Now i can`t how can i do ,

In theory, if you run DbMetal with the --sprocs option, the generated
DataContext subclass will contain methods for the stored procedures in
your database, and you could then just invoke them.

If that doesn't work, you should be able to use
DataContext.ExecuteCommand()[0] or DataContext.ExecuteQuery()[1] to
invoke stored procedures.

 - Jon

[0]
http://msdn.microsoft.com/en-us/library/system.data.linq.datacontext.executecommand(VS.90).aspx
[1] 
http://msdn.microsoft.com/en-us/library/system.data.linq.datacontext.executequery(VS.90).aspx


-- 
You received this message because you are subscribed to the Google Groups 
"DbLinq" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/dblinq?hl=en.

Reply via email to