raj kumar
difference between typed dataset and untyped dataset?
By raj kumar in ASP.NET on Nov 05 2007
  • Umar Ali
    Sep, 2012 1

    Please refer to the following URL to know the differences between Typed DataSet and Untyped DataSet,http://onlydifferencefaqs.blogspot.in/2012/08/adonet-difference-faqs-2.html

    • 0
  • pervejkumar munjal
    Mar, 2008 31
  • kiran r
    Nov, 2007 6

    typed dataset we can assign particular datatype and field name

    • 0
  • krishan kumar
    Nov, 2007 5

    Typed datasets are more self documenting and easier to work with at design
    time (overall).
    MyTypedDataSet.MyDoctor.FirstName = "Fred"
    vs.
    MyUntypedDataSet.Tables("Doctors").Row(0).Item(1)= "Fred"

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS