DataRelationCollection::Contains Method (String^)
.NET Framework (current version)
Verifies whether a DataRelation with the specific name (case insensitive) exists in the collection.
Assembly: System.Data (in System.Data.dll)
Parameters
- name
-
Type:
System::String^
The name of the relation to find.
Return Value
Type: System::Booleantrue, if a relation with the specified name exists; otherwise false.
.NET Framework
Available since 1.1
Available since 1.1
Show: