AseBulkCopyColumnMapping constructors

Description

Initializes a new instance of the AseBulkCopyColumnMapping class.

Syntax 1

void AseBulkCopyColumnMapping()

Syntax 2

void AseBulkCopyColumnMapping( int sourceInx, int dbInx )

Syntax 3

void AseBulkCopyColumnMapping( string sourceName, string dbName )

Parameters

dbInx The index of the column in the destination table.

sourceInx The index of the column in the data source.

dbName The name of the column in the destination table.

sourceName The name of the column in the data source.