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

ULBulkCopyColumnMappingCollection members Next Page

Item property


Gets the ULBulkCopyColumnMapping object at the specified index.

Syntax

Visual Basic

Public Readonly Property Item ( _
ByVal index As Integer _
) As ULBulkCopyColumnMapping

C#

public ULBulkCopyColumnMapping this [
int index
] { get;}

Parameters
Property value

An ULBulkCopyColumnMapping object is returned.

See also