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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SABulkCopyColumnMappingCollection class

Add(String, String) method Next Page

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
Return value

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

See also