0 out of 1 rated this helpful - Rate this topic

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.

  NameDescription
Public method DataTable() Initializes a new instance of the DataTable class with no arguments.
Public method DataTable(String) Initializes a new instance of the DataTable class with the specified table name.
Protected method DataTable(SerializationInfo, StreamingContext) Initializes a new instance of the DataTable class with the SerializationInfo and the StreamingContext.
Public method DataTable(String, String) Initializes a new instance of the DataTable class using the specified table name and namespace.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.