Empty Dataset

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sep410
    New Member
    • Jul 2008
    • 77

    Empty Dataset

    Hi all,
    I am using public Dataset in my application I need to empty this dataset before assigning new data table to it.
    How should I do that?
  • Sep410
    New Member
    • Jul 2008
    • 77

    #2
    I found it:
    dataset.Tables. Clear()

    Comment

    Working...