Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • deeppatel 25 posts 95 karma points
    Sep 19, 2017 @ 08:48
    deeppatel
    0

    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.

  • Craig Mayers 164 posts 508 karma points
    Sep 19, 2017 @ 08:54
    Craig Mayers
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies