I've installed Entity Framework 5 and I am developing my website with Visual Studio 2012 and MySQL.
I've decided to use uuid_short() function as the primary key for some of my tables. I wanted to know how can I ue the uuid_short() function with Entity Framework when I insert a row in to the MySQL database?
Thanks
I've decided to use uuid_short() function as the primary key for some of my tables. I wanted to know how can I ue the uuid_short() function with Entity Framework when I insert a row in to the MySQL database?
Thanks