Skip to main content
.NET Framework Class Library
DataTable Constructor





Initializes a new instance of the DataTable class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List
 NameDescription
Public methodDataTable()()()Initializes a new instance of the DataTable class with no arguments.
Public methodDataTable(String)Initializes a new instance of the DataTable class with the specified table name.
Protected methodDataTable(SerializationInfo, StreamingContext)Initializes a new instance of the DataTable class with the SerializationInfo and the StreamingContext.
Public methodDataTable(String, String)Initializes a new instance of the DataTable class using the specified table name and namespace.
Top