DataTableCollection::Contains Method

 

Gets a value indicating whether a DataTable object with the specified name exists in the collection.

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

NameDescription
System_CAPS_pubmethodContains(String^)

Gets a value that indicates whether a DataTable object with the specified name exists in the collection.

System_CAPS_pubmethodContains(String^, String^)

Gets a value that indicates whether a DataTable object with the specified name and table namespace exists in the collection.

Return to top
Show: