Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
i want to get ucommerce_VoucherCode table records using sql query or linq query
is it possible to get table records using sql or linq query?
or any other way to get ucommerce_VoucherCode table?
thanks.
Hi deeppatel,
You could use Entity Framework OR ADO.NET, as it just a normal table in your SQL DB.
See the link below for an example of using Entity Framework DB First approach:
https://msdn.microsoft.com/en-us/library/jj206878(v=vs.113).aspx
Craig
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
how too get ucommerce_VoucherCode table records using sql or linq query
i want to get ucommerce_VoucherCode table records using sql query or linq query
is it possible to get table records using sql or linq query?
or any other way to get ucommerce_VoucherCode table?
thanks.
Hi deeppatel,
You could use Entity Framework OR ADO.NET, as it just a normal table in your SQL DB.
See the link below for an example of using Entity Framework DB First approach:
https://msdn.microsoft.com/en-us/library/jj206878(v=vs.113).aspx
Craig
is working on a reply...