System.Data.DataSet.DataSet C# (CSharp) Method

DataSet() public method

Initializes a new instance of a class with the given name.
public DataSet ( string dataSetName ) : System.Collections
dataSetName string
return System.Collections
        public DataSet(string dataSetName) : this()
        {
            DataSetName = dataSetName;
        }

Same methods

DataSet::DataSet ( ) : System.Collections
DataSet::DataSet ( SerializationInfo info, StreamingContext context ) : System.Collections
DataSet::DataSet ( SerializationInfo info, StreamingContext context, bool ConstructSchema ) : System.Collections