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

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULBulkCopyColumnMappingCollection class

Add(String, String) method Next Page

Contains method


Returns whether the specified ULBulkCopyColumnMapping object exists in the collection.

Syntax

Visual Basic

Public Function Contains( _
ByVal value As ULBulkCopyColumnMapping _
) As Boolean

C#

public bool Contains(
ULBulkCopyColumnMapping value
);

Parameters
Return value

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

See also