System::Data::DataTableCollection::idx_get method

DataTableCollection::idx_get method

RTTI information.

System::SharedPtr<DataTable> System::Data::DataTableCollection::idx_get(const System::String &name)
ParameterTypeDescription
nameconst System::String&Table name.

ReturnValue

Table with specified name.

Remarks

Gets table by name.

See Also