A Alan Nov 17, 2003 #1 Why it is necessary to name the dataset with 1 at the end when I generate a dataset for a dataadapter ?
Why it is necessary to name the dataset with 1 at the end when I generate a dataset for a dataadapter ?
S Scott M. Nov 17, 2003 #2 You are defining a class when you configure the dataAdapter. The DataSet1 that you see is the first instance of the class you designed so VS.NET arbitrarily calls it DataSet1. You can rename it if you like.
You are defining a class when you configure the dataAdapter. The DataSet1 that you see is the first instance of the class you designed so VS.NET arbitrarily calls it DataSet1. You can rename it if you like.