0 out of 333 rated this helpful - Rate this topic

DataTableCollection.Add Method

Adds a DataTable object to the collection.
Name Description
DataTableCollection.Add () Creates a new DataTable object by using a default name and adds it to the collection.

Supported by the .NET Compact Framework.

DataTableCollection.Add (DataTable) Adds the specified DataTable to the collection.

Supported by the .NET Compact Framework.

DataTableCollection.Add (String) Creates a DataTable object by using the specified name and adds it to the collection.

Supported by the .NET Compact Framework.

DataTableCollection.Add (String, String) Creates a DataTable object by using the specified name and adds it to the collection.

Supported by the .NET Compact Framework.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.