Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0) » SABulkCopyColumnMappingCollection class

 

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