DataSetCollection.DataSetCollection Constructors
Initializes a new instance of the DataSetCollection class.
Overload List
Name | Description | |
---|---|---|
Public method | DataSetCollection() | Initializes a new empty instance of the DataSetCollection class. |
Public method | DataSetCollection(IEnumerable< DataSet > items) | Initializes a new instance of the DataSetCollection class with the specified elements. |
DataSetCollection()
Initializes a new empty instance of the DataSetCollection class.Syntax
public DataSetCollection ()
DataSetCollection(IEnumerable< DataSet > items)
Initializes a new instance of the DataSetCollection class with the specified elements.Syntax
public DataSetCollection (
IEnumerable< DataSet > items
)
Parameters
items
Type: A collection of DataSet elements.
A collection of items to add to the new collection.
A collection of items to add to the new collection.
Platforms
Windows, Linux, Android