To learn about how we can use stored procedure with Entity framework code first, jalpesh vadgama has written a very good blog post here.
Thanks jalpesh vadgama.
Thanks jalpesh vadgama.
Check how much technoledge do you have?? Enjoy The world of "Technoledge". This blog is all about Technology. Latest Tech-news, Tips & Tricks, Fun Stuffs for Internet, Computer, Site etc. If you have something more technoledge, please share it with others by posting here. If any one want to post an article on this site or he want authors rights please contact me at vihangshah.it@gmail.com.
SELECT Column1FROM Table1WHERE Column1 = 'casesearch'
SELECT Column1FROM Table1WHERE Column1 COLLATE Latin1_General_CS_AS = 'casesearch'
ALTER TABLE Table1ALTER COLUMN Column1 VARCHAR(20)COLLATE Latin1_General_CS_AS
EXEC sp_help DatabaseName