Re: [Firebird-net-provider] EF 4 Stored Procedure with UUID Input-Parameter

2011-08-15 Thread Jiri Cincura
On Mon, Aug 15, 2011 at 22:08, Ultimate Venom wrote: > What can I do to force .net EF 4 to read my input variable (DEPART_UUID) > from de SP DEPART_LOGIC_DELETE like a GUID type and not a char type? You can't right now. You have to change it manually in store model. I'll create a ticket in track

[Firebird-net-provider] EF 4 Stored Procedure with UUID Input-Parameter

2011-08-15 Thread Ultimate Venom
Hi. I need a little help :p Note: I'm using VS2010 with .net 4 and Firebird Net Provider 2.6.5. I written a stored procedure to do a logic delete in my Firebird DB. I want to map this SP in the Delete Function in one table. Here my table, domain and sp code: Domain: CREATE DOMAIN UUID AS CHA