DataSetCollection.AddRange Methods
Thread safety: This method is not thread-safe. Show
AddRange(IEnumerable< DataSet > items)
Adds the elements of the specified collection to the end of the collection.Syntax
public void AddRange (
IEnumerable< DataSet > items
)
Parameters
items
Type: A collection of DataSet elements.
The collection whose elements should be added to the end of the collection.
The collection whose elements should be added to the end of the collection.
Platforms
Windows, Linux, Android