ITableMappingCollection::Contains Method (String^)
.NET Framework (current version)
Gets a value indicating whether the collection contains a table mapping with the specified source table name.
Assembly: System.Data (in System.Data.dll)
Parameters
- sourceTableName
-
Type:
System::String^
The case-sensitive name of the source table.
Return Value
Type: System::Booleantrue if a table mapping with the specified source table name exists, otherwise false.
.NET Framework
Available since 1.1
Available since 1.1
Show: