作者:VB.NET开发
项目:System.Dat
Private Sub CopyDataSet(ByVal dataSet As DataSet )
' Create an object variable for the copy.
Dim copyDataSet As DataSet = dataSet.Copy()
' Insert code to work with the copy.
End Sub