idx_get()

DataTableCollection::idx_get(const System::String&) method

RTTI information.

System::SharedPtr<DataTable> System::Data::DataTableCollection::idx_get(const System::String &name)

Arguments

ParameterTypeDescription
nameconst System::String&Table name.

Return Value

Table with specified name.

Remarks

Gets table by name.

See Also