Documentation Project
SqlCeBulkCopy.ColumnMappings Property
Syntax
Collapse All
Returns a collection of SqlCeBulkCopyColumnMapping items. Column mappings define the relationships between columns in the data source and columns in the destination.
Declaring type:
SqlCeBulkCopy
Namespace:
ErikEJ.SqlCe
Assembly:
ErikEJ.SqlCe
Syntax
C#
public SqlCeBulkCopyColumnMappingCollection ColumnMappings { get; }
Property Value
There is no description.
Top
Generated by
ImmDoc .NET
.