0 out of 2 rated this helpful - Rate this topic

DataTable Constructor

Initializes a new instance of the DataTable class. Creating and Using DataTables

Name Description
DataTable () Initializes a new instance of the DataTable class with no arguments.

Supported by the .NET Compact Framework.

DataTable (String) Initializes a new instance of the DataTable class with the specified table name.

Supported by the .NET Compact Framework.

DataTable (SerializationInfo, StreamingContext) Initializes a new instance of the DataTable class with the SerializationInfo and the StreamingContext.
DataTable (String, String) Initializes a new instance of the DataTable class using the specified table name and namespace.

Supported by the .NET Compact Framework.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.