Now that Sql Server 2012 (including SQL Server Express 2012) has SEQUENCE
feature just like Oracle as explained here, here, and here.
I can get the next sequence
like so, SELECT NEXT VALUE FOR SeqName
But how do I do that from my code using Entity Framework 5?