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

SQL Anywhere 11.0.1 (Français) » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULBulkCopyColumnMappingCollection class » Add methods

 

Add(ULBulkCopyColumnMapping) method

Adds the specified ULBulkCopyColumnMapping to the collection.

Syntax
Visual Basic
Public Function Add( _
   ByVal bulkCopyColumnMapping As ULBulkCopyColumnMapping _
) As ULBulkCopyColumnMapping
C#
public ULBulkCopyColumnMapping Add(
   ULBulkCopyColumnMapping bulkCopyColumnMapping
);
Parameters
  • bulkCopyColumnMapping   The ULBulkCopyColumnMapping object that describes the mapping to be added to the collection.

Remarks

Restrictions: The ULBulkCopyColumnMappingCollection class is not available in the .NET Compact Framework 2.0.

See also