DataTableCollection::IndexOf Method

 

Gets the index in the collection of the specified DataTable object.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

NameDescription
System_CAPS_pubmethodIndexOf(DataTable^)

Gets the index of the specified DataTable object.

System_CAPS_pubmethodIndexOf(String^)

Gets the index in the collection of the DataTable object with the specified name.

System_CAPS_pubmethodIndexOf(String^, String^)

Gets the index in the collection of the specified DataTable object.

Return to top
Show: