How to create a strong typed dataset

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nijazi Halimaji

    How to create a strong typed dataset

    Hi

    How can I create (and use) a strong typed dataset?

    Thanks for every help!

    Nijazi Halimaji


  • Cor Ligthert

    #2
    Re: How to create a strong typed dataset

    Nijazi
    \\\
    Public class mydataset
    inherits dataset
    'all your code to build the strongly typed class
    End class
    ////

    Although this is a very small one.

    I hope this helps,

    Cor


    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: How to create a strong typed dataset

      "Nijazi Halimaji" <spami@gmx.ne t> schrieb:[color=blue]
      > How can I create (and use) a strong typed dataset?[/color]

      If you have an XSD file, take a look at the "Xsd.exe" tool included in the
      ..NET Framework SDK.

      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://classicvb.org/petition/>

      Comment

      Working...