System.Data.DataTable.DataTable C# (CSharp) Method

DataTable() public method

public DataTable ( string tableName, string tableNamespace ) : System.Collections
tableName string
tableNamespace string
return System.Collections
        public DataTable(string tableName, string tableNamespace) : this(tableName)
        {
            Namespace = tableNamespace;
        }

Same methods

DataTable::DataTable ( ) : System.Collections
DataTable::DataTable ( SerializationInfo info, StreamingContext context ) : System.Collections
DataTable::DataTable ( string tableName ) : System.Collections
DataTable