Custom function in Entity Model removes quotes from columns
Posted: Tue 20 Nov 2012 13:54
Hi,
im trying to use a custom update function defined in SSDL part (see here).
It seems like the dataprovider is removing the quotes from the CommandText and lower casing it. When using
an exception is thrown that column testcolumn does not exist.
Is there any option to prevent this behaviour?
Thanks,
Dresel
im trying to use a custom update function defined in SSDL part (see here).
It seems like the dataprovider is removing the quotes from the CommandText and lower casing it. When using
Code: Select all
<CommandText>UPDATE "TestTable" SET "TestColumn" = @TestColumn WHERE "TestTableID" = @TestTableID;</CommandText>
Is there any option to prevent this behaviour?
Thanks,
Dresel