DataTableCollection::Item Property (String^, String^)
.NET Framework (current version)
Gets the DataTable object with the specified name in the specified namespace.
Assembly: System.Data (in System.Data.dll)
public: property DataTable^ default[ String^ name, String^ tableNamespace ] { DataTable^ get(String^ name, String^ tableNamespace); }
Parameters
- name
-
Type:
System::String^
The name of the DataTable to find.
- tableNamespace
-
Type:
System::String^
The name of the DataTable namespace to look in.
Property Value
Type: System.Data::DataTable^A DataTable with the specified name; otherwise null if the DataTable does not exist.
.NET Framework
Available since 2.0
Available since 2.0
Show: