On Sun, 2010-06-20 at 12:45 -0700, Alex Kofman wrote: > When I generate dbml or code file with Metal utility, there are no > stored procedure declarations. Samples on project hosting don't > contain stored procedure declarations too. > > So, does FireBird provider support stored procedures? I can not find > any information about this.
The Firebird provider does appear to support stored procedures (in that I see a ReadProcedures() method in src/DbMetal.Firebird/FirebirdSchemaLoader.StoredProcedures.cs). Are you passing the /sprocs parameter to DbMetal? Also note that current /sprocs support is limited to returning DataSets and not anything more strongly typed; see this thread: http://groups.google.com/group/dblinq/browse_thread/thread/e5ac21f1bfd7d336/2910c2f95b0aa04c - Jon -- 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.
