Table of Contents

Interface IDataMergeMapping

Namespace
FluentCommand.Merge
Assembly
FluentCommand.SqlServer.dll

Provides a fluent interface for configuring data merge column mappings.

public interface IDataMergeMapping

Methods

Column(string)

Begins configuration of a column mapping for the specified source column name.

IDataColumnMapping Column(string sourceColumn)

Parameters

sourceColumn string

The name of the source column to map.

Returns

IDataColumnMapping

An IDataColumnMapping interface for further column mapping configuration.