Contains method

Gets a value indicating whether a specified SABulkCopyColumnMapping object exists in the collection.

Syntax
Visual Basic

Public Function Contains( _
   ByVal value As SABulkCopyColumnMapping _
) As Boolean
C#

public bool Contains(
   SABulkCopyColumnMapping value
);
Parameters
  • value   A valid SABulkCopyColumnMapping object.

Return value

True if the specified mapping exists in the collection; otherwise, false.

See also