Table of Contents

Class ColumnMappingExtensions

Namespace
Z.BulkOperations
Assembly
Z.EntityFramework.Extensions.dll
public static class ColumnMappingExtensions
Inheritance
ColumnMappingExtensions
Inherited Members

Methods

Add(List<BasicColumnMapping>, int, int)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<BasicColumnMapping> list, int sourceOrdinal, int destinationOrdinal)

Parameters

list List<BasicColumnMapping>

The list to act on.

sourceOrdinal int

Source ordinal.

destinationOrdinal int

Destination ordinal.

Add(List<BasicColumnMapping>, int, int, bool)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<BasicColumnMapping> list, int sourceOrdinal, int destinationOrdinal, bool isPrimaryKey)

Parameters

list List<BasicColumnMapping>

The list to act on.

sourceOrdinal int

Source ordinal.

destinationOrdinal int

Destination ordinal.

isPrimaryKey bool

true if this object is primary key.

Add(List<BasicColumnMapping>, int, int, bool, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<BasicColumnMapping> list, int sourceOrdinal, int destinationOrdinal, bool isPrimaryKey, ColumnMappingDirectionType direction)

Parameters

list List<BasicColumnMapping>

The list to act on.

sourceOrdinal int

Source ordinal.

destinationOrdinal int

Destination ordinal.

isPrimaryKey bool

true if this object is primary key.

direction ColumnMappingDirectionType

The direction.

Add(List<BasicColumnMapping>, int, int, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<BasicColumnMapping> list, int sourceOrdinal, int destinationOrdinal, ColumnMappingDirectionType direction)

Parameters

list List<BasicColumnMapping>

The list to act on.

sourceOrdinal int

Source ordinal.

destinationOrdinal int

Destination ordinal.

direction ColumnMappingDirectionType

The direction.

Add(List<BasicColumnMapping>, int, string)

Constructor.

public static void Add(this List<BasicColumnMapping> list, int sourceOrdinal, string destinationName)

Parameters

list List<BasicColumnMapping>

The list to act on.

sourceOrdinal int

Source ordinal.

destinationName string

Name of the destination.

Add(List<BasicColumnMapping>, string)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<BasicColumnMapping> list, string columnName)

Parameters

list List<BasicColumnMapping>

The list to act on.

columnName string

Name of the column.

Add(List<BasicColumnMapping>, string, bool)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<BasicColumnMapping> list, string columnName, bool isPrimaryKey)

Parameters

list List<BasicColumnMapping>

The list to act on.

columnName string

Name of the column.

isPrimaryKey bool

true if this object is primary key.

Add(List<BasicColumnMapping>, string, bool, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<BasicColumnMapping> list, string columnName, bool isPrimaryKey, ColumnMappingDirectionType direction)

Parameters

list List<BasicColumnMapping>

The list to act on.

columnName string

Name of the column.

isPrimaryKey bool

true if this object is primary key.

direction ColumnMappingDirectionType

The direction.

Add(List<BasicColumnMapping>, string, int)

Constructor.

public static void Add(this List<BasicColumnMapping> list, string sourceName, int destinationOrdinal)

Parameters

list List<BasicColumnMapping>

The list to act on.

sourceName string

Name of the source.

destinationOrdinal int

Destination ordinal.

Add(List<BasicColumnMapping>, string, string)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<BasicColumnMapping> list, string sourceName, string destinationName)

Parameters

list List<BasicColumnMapping>

The list to act on.

sourceName string

Name of the source.

destinationName string

Name of the destination.

Add(List<BasicColumnMapping>, string, string, bool)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<BasicColumnMapping> list, string sourceName, string destinationName, bool isPrimaryKey)

Parameters

list List<BasicColumnMapping>

The list to act on.

sourceName string

Name of the source.

destinationName string

Name of the destination.

isPrimaryKey bool

true if this object is primary key.

Add(List<BasicColumnMapping>, string, string, bool, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<BasicColumnMapping> list, string sourceName, string destinationName, bool isPrimaryKey, ColumnMappingDirectionType direction)

Parameters

list List<BasicColumnMapping>

The list to act on.

sourceName string

Name of the source.

destinationName string

Name of the destination.

isPrimaryKey bool

true if this object is primary key.

direction ColumnMappingDirectionType

The direction.

Add(List<BasicColumnMapping>, string, string, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<BasicColumnMapping> list, string sourceName, string destinationName, ColumnMappingDirectionType direction)

Parameters

list List<BasicColumnMapping>

The list to act on.

sourceName string

Name of the source.

destinationName string

Name of the destination.

direction ColumnMappingDirectionType

The direction.

Add(List<BasicColumnMapping>, string, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<BasicColumnMapping> list, string columnName, ColumnMappingDirectionType direction)

Parameters

list List<BasicColumnMapping>

The list to act on.

columnName string

Name of the column.

direction ColumnMappingDirectionType

The direction.

Add(List<ColumnMapping>, int, int)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<ColumnMapping> list, int sourceOrdinal, int destinationOrdinal)

Parameters

list List<ColumnMapping>

The list to act on.

sourceOrdinal int

Source ordinal.

destinationOrdinal int

Destination ordinal.

Add(List<ColumnMapping>, int, int, bool)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<ColumnMapping> list, int sourceOrdinal, int destinationOrdinal, bool isPrimaryKey)

Parameters

list List<ColumnMapping>

The list to act on.

sourceOrdinal int

Source ordinal.

destinationOrdinal int

Destination ordinal.

isPrimaryKey bool

true if this object is primary key.

Add(List<ColumnMapping>, int, int, bool, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<ColumnMapping> list, int sourceOrdinal, int destinationOrdinal, bool isPrimaryKey, ColumnMappingDirectionType direction)

Parameters

list List<ColumnMapping>

The list to act on.

sourceOrdinal int

Source ordinal.

destinationOrdinal int

Destination ordinal.

isPrimaryKey bool

true if this object is primary key.

direction ColumnMappingDirectionType

The direction.

Add(List<ColumnMapping>, int, int, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<ColumnMapping> list, int sourceOrdinal, int destinationOrdinal, ColumnMappingDirectionType direction)

Parameters

list List<ColumnMapping>

The list to act on.

sourceOrdinal int

Source ordinal.

destinationOrdinal int

Destination ordinal.

direction ColumnMappingDirectionType

The direction.

Add(List<ColumnMapping>, int, string)

Constructor.

public static void Add(this List<ColumnMapping> list, int sourceOrdinal, string destinationName)

Parameters

list List<ColumnMapping>

The list to act on.

sourceOrdinal int

Source ordinal.

destinationName string

Name of the destination.

Add(List<ColumnMapping>, string)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<ColumnMapping> list, string columnName)

Parameters

list List<ColumnMapping>

The list to act on.

columnName string

Name of the column.

Add(List<ColumnMapping>, string, bool)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<ColumnMapping> list, string columnName, bool isPrimaryKey)

Parameters

list List<ColumnMapping>

The list to act on.

columnName string

Name of the column.

isPrimaryKey bool

true if this object is primary key.

Add(List<ColumnMapping>, string, bool, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<ColumnMapping> list, string columnName, bool isPrimaryKey, ColumnMappingDirectionType direction)

Parameters

list List<ColumnMapping>

The list to act on.

columnName string

Name of the column.

isPrimaryKey bool

true if this object is primary key.

direction ColumnMappingDirectionType

The direction.

Add(List<ColumnMapping>, string, int)

Constructor.

public static void Add(this List<ColumnMapping> list, string sourceName, int destinationOrdinal)

Parameters

list List<ColumnMapping>

The list to act on.

sourceName string

Name of the source.

destinationOrdinal int

Destination ordinal.

Add(List<ColumnMapping>, string, string)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<ColumnMapping> list, string sourceName, string destinationName)

Parameters

list List<ColumnMapping>

The list to act on.

sourceName string

Name of the source.

destinationName string

Name of the destination.

Add(List<ColumnMapping>, string, string, bool)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<ColumnMapping> list, string sourceName, string destinationName, bool isPrimaryKey)

Parameters

list List<ColumnMapping>

The list to act on.

sourceName string

Name of the source.

destinationName string

Name of the destination.

isPrimaryKey bool

true if this object is primary key.

Add(List<ColumnMapping>, string, string, bool, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<ColumnMapping> list, string sourceName, string destinationName, bool isPrimaryKey, ColumnMappingDirectionType direction)

Parameters

list List<ColumnMapping>

The list to act on.

sourceName string

Name of the source.

destinationName string

Name of the destination.

isPrimaryKey bool

true if this object is primary key.

direction ColumnMappingDirectionType

The direction.

Add(List<ColumnMapping>, string, string, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<ColumnMapping> list, string sourceName, string destinationName, ColumnMappingDirectionType direction)

Parameters

list List<ColumnMapping>

The list to act on.

sourceName string

Name of the source.

destinationName string

Name of the destination.

direction ColumnMappingDirectionType

The direction.

Add(List<ColumnMapping>, string, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add(this List<ColumnMapping> list, string columnName, ColumnMappingDirectionType direction)

Parameters

list List<ColumnMapping>

The list to act on.

columnName string

Name of the column.

direction ColumnMappingDirectionType

The direction.

Add<T>(List<BasicColumnMapping<T>>, int, int)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, int sourceOrdinal, int destinationOrdinal)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

sourceOrdinal int

Source ordinal.

destinationOrdinal int

Destination ordinal.

Type Parameters

T

Generic type parameter.

Add<T>(List<BasicColumnMapping<T>>, int, int, bool)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, int sourceOrdinal, int destinationOrdinal, bool isPrimaryKey)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

sourceOrdinal int

Source ordinal.

destinationOrdinal int

Destination ordinal.

isPrimaryKey bool

true if this object is primary key.

Type Parameters

T

Generic type parameter.

Add<T>(List<BasicColumnMapping<T>>, int, int, bool, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, int sourceOrdinal, int destinationOrdinal, bool isPrimaryKey, ColumnMappingDirectionType direction)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

sourceOrdinal int

Source ordinal.

destinationOrdinal int

Destination ordinal.

isPrimaryKey bool

true if this object is primary key.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T

Generic type parameter.

Add<T>(List<BasicColumnMapping<T>>, int, int, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, int sourceOrdinal, int destinationOrdinal, ColumnMappingDirectionType direction)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

sourceOrdinal int

Source ordinal.

destinationOrdinal int

Destination ordinal.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T

Generic type parameter.

Add<T>(List<BasicColumnMapping<T>>, int, string)

Constructor.

public static void Add<T>(this List<BasicColumnMapping<T>> list, int sourceOrdinal, string destinationName)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

sourceOrdinal int

Source ordinal.

destinationName string

Name of the destination.

Type Parameters

T

Add<T>(List<BasicColumnMapping<T>>, Expression<Func<T, object>>)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, Expression<Func<T, object>> columnExpression)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

columnExpression Expression<Func<T, object>>

The column expression.

Type Parameters

T

Generic type parameter.

Add<T>(List<BasicColumnMapping<T>>, Expression<Func<T, object>>, bool)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, Expression<Func<T, object>> columnExpression, bool isPrimaryKey)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

columnExpression Expression<Func<T, object>>

The column expression.

isPrimaryKey bool

true if this object is primary key.

Type Parameters

T

Generic type parameter.

Add<T>(List<BasicColumnMapping<T>>, Expression<Func<T, object>>, bool, ColumnMappingDirectionType)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, Expression<Func<T, object>> columnExpression, bool isPrimaryKey, ColumnMappingDirectionType direction)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

columnExpression Expression<Func<T, object>>

The column expression.

isPrimaryKey bool

true if this object is primary key.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T

Generic type parameter.

Add<T>(List<BasicColumnMapping<T>>, Expression<Func<T, object>>, int)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, Expression<Func<T, object>> sourceExpression, int destinationOrdinal)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

sourceExpression Expression<Func<T, object>>

Source expression.

destinationOrdinal int

Destination ordinal.

Type Parameters

T

Generic type parameter.

Add<T>(List<BasicColumnMapping<T>>, Expression<Func<T, object>>, int, bool)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, Expression<Func<T, object>> sourceExpression, int destinationOrdinal, bool isPrimaryKey)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

sourceExpression Expression<Func<T, object>>

Source expression.

destinationOrdinal int

Destination ordinal.

isPrimaryKey bool

true if this object is primary key.

Type Parameters

T

Generic type parameter.

Add<T>(List<BasicColumnMapping<T>>, Expression<Func<T, object>>, int, bool, ColumnMappingDirectionType)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, Expression<Func<T, object>> sourceExpression, int destinationOrdinal, bool isPrimaryKey, ColumnMappingDirectionType direction)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

sourceExpression Expression<Func<T, object>>

Source expression.

destinationOrdinal int

Destination ordinal.

isPrimaryKey bool

true if this object is primary key.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T

Generic type parameter.

Add<T>(List<BasicColumnMapping<T>>, Expression<Func<T, object>>, int, ColumnMappingDirectionType)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, Expression<Func<T, object>> sourceExpression, int destinationOrdinal, ColumnMappingDirectionType direction)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

sourceExpression Expression<Func<T, object>>

Source expression.

destinationOrdinal int

Destination ordinal.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T

Generic type parameter.

Add<T>(List<BasicColumnMapping<T>>, Expression<Func<T, object>>, string)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, Expression<Func<T, object>> sourceExpression, string destinationName)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

sourceExpression Expression<Func<T, object>>

Source expression.

destinationName string

Name of the destination.

Type Parameters

T

Generic type parameter.

Add<T>(List<BasicColumnMapping<T>>, Expression<Func<T, object>>, string, bool)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, Expression<Func<T, object>> sourceExpression, string destinationName, bool isPrimaryKey)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

sourceExpression Expression<Func<T, object>>

Source expression.

destinationName string

Name of the destination.

isPrimaryKey bool

true if this object is primary key.

Type Parameters

T

Generic type parameter.

Add<T>(List<BasicColumnMapping<T>>, Expression<Func<T, object>>, string, bool, ColumnMappingDirectionType)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, Expression<Func<T, object>> sourceExpression, string destinationName, bool isPrimaryKey, ColumnMappingDirectionType direction)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

sourceExpression Expression<Func<T, object>>

Source expression.

destinationName string

Name of the destination.

isPrimaryKey bool

true if this object is primary key.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T

Generic type parameter.

Add<T>(List<BasicColumnMapping<T>>, Expression<Func<T, object>>, string, ColumnMappingDirectionType)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, Expression<Func<T, object>> sourceExpression, string destinationName, ColumnMappingDirectionType direction)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

sourceExpression Expression<Func<T, object>>

Source expression.

destinationName string

Name of the destination.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T

Generic type parameter.

Add<T>(List<BasicColumnMapping<T>>, Expression<Func<T, object>>, ColumnMappingDirectionType)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, Expression<Func<T, object>> columnExpression, ColumnMappingDirectionType direction)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

columnExpression Expression<Func<T, object>>

The column expression.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T

Generic type parameter.

Add<T>(List<BasicColumnMapping<T>>, string)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, string columnName)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

columnName string

Name of the column.

Type Parameters

T

Generic type parameter.

Add<T>(List<BasicColumnMapping<T>>, string, bool)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, string columnName, bool isPrimaryKey)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

columnName string

Name of the column.

isPrimaryKey bool

true if this object is primary key.

Type Parameters

T

Add<T>(List<BasicColumnMapping<T>>, string, bool, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, string columnName, bool isPrimaryKey, ColumnMappingDirectionType direction)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

columnName string

Name of the column.

isPrimaryKey bool

true if this object is primary key.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T

Add<T>(List<BasicColumnMapping<T>>, string, int)

Constructor.

public static void Add<T>(this List<BasicColumnMapping<T>> list, string sourceName, int destinationOrdinal)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

sourceName string

Name of the source.

destinationOrdinal int

Destination ordinal.

Type Parameters

T

Add<T>(List<BasicColumnMapping<T>>, string, string)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, string sourceName, string destinationName)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

sourceName string

Name of the source.

destinationName string

Name of the destination.

Type Parameters

T

Generic type parameter.

Add<T>(List<BasicColumnMapping<T>>, string, string, bool)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, string sourceName, string destinationName, bool isPrimaryKey)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

sourceName string

Name of the source.

destinationName string

Name of the destination.

isPrimaryKey bool

true if this object is primary key.

Type Parameters

T

Generic type parameter.

Add<T>(List<BasicColumnMapping<T>>, string, string, bool, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, string sourceName, string destinationName, bool isPrimaryKey, ColumnMappingDirectionType direction)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

sourceName string

Name of the source.

destinationName string

Name of the destination.

isPrimaryKey bool

true if this object is primary key.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T

Generic type parameter.

Add<T>(List<BasicColumnMapping<T>>, string, string, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, string sourceName, string destinationName, ColumnMappingDirectionType direction)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

sourceName string

Name of the source.

destinationName string

Name of the destination.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T

Generic type parameter.

Add<T>(List<BasicColumnMapping<T>>, string, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<BasicColumnMapping<T>> list, string columnName, ColumnMappingDirectionType direction)

Parameters

list List<BasicColumnMapping<T>>

The list to act on.

columnName string

Name of the column.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T

Add<T>(List<ColumnMapping<T>>, int, int)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, int sourceOrdinal, int destinationOrdinal)

Parameters

list List<ColumnMapping<T>>

The list to act on.

sourceOrdinal int

Source ordinal.

destinationOrdinal int

Destination ordinal.

Type Parameters

T

Generic type parameter.

Add<T>(List<ColumnMapping<T>>, int, int, bool)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, int sourceOrdinal, int destinationOrdinal, bool isPrimaryKey)

Parameters

list List<ColumnMapping<T>>

The list to act on.

sourceOrdinal int

Source ordinal.

destinationOrdinal int

Destination ordinal.

isPrimaryKey bool

true if this object is primary key.

Type Parameters

T

Generic type parameter.

Add<T>(List<ColumnMapping<T>>, int, int, bool, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, int sourceOrdinal, int destinationOrdinal, bool isPrimaryKey, ColumnMappingDirectionType direction)

Parameters

list List<ColumnMapping<T>>

The list to act on.

sourceOrdinal int

Source ordinal.

destinationOrdinal int

Destination ordinal.

isPrimaryKey bool

true if this object is primary key.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T

Generic type parameter.

Add<T>(List<ColumnMapping<T>>, int, int, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, int sourceOrdinal, int destinationOrdinal, ColumnMappingDirectionType direction)

Parameters

list List<ColumnMapping<T>>

The list to act on.

sourceOrdinal int

Source ordinal.

destinationOrdinal int

Destination ordinal.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T

Generic type parameter.

Add<T>(List<ColumnMapping<T>>, int, string)

Constructor.

public static void Add<T>(this List<ColumnMapping<T>> list, int sourceOrdinal, string destinationName)

Parameters

list List<ColumnMapping<T>>

The list to act on.

sourceOrdinal int

Source ordinal.

destinationName string

Name of the destination.

Type Parameters

T

Add<T>(List<ColumnMapping<T>>, Expression<Func<T, object>>)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, Expression<Func<T, object>> columnExpression)

Parameters

list List<ColumnMapping<T>>

The list to act on.

columnExpression Expression<Func<T, object>>

The column expression.

Type Parameters

T

Generic type parameter.

Add<T>(List<ColumnMapping<T>>, Expression<Func<T, object>>, bool)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, Expression<Func<T, object>> columnExpression, bool isPrimaryKey)

Parameters

list List<ColumnMapping<T>>

The list to act on.

columnExpression Expression<Func<T, object>>

The column expression.

isPrimaryKey bool

true if this object is primary key.

Type Parameters

T

Generic type parameter.

Add<T>(List<ColumnMapping<T>>, Expression<Func<T, object>>, bool, ColumnMappingDirectionType)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, Expression<Func<T, object>> columnExpression, bool isPrimaryKey, ColumnMappingDirectionType direction)

Parameters

list List<ColumnMapping<T>>

The list to act on.

columnExpression Expression<Func<T, object>>

The column expression.

isPrimaryKey bool

true if this object is primary key.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T

Generic type parameter.

Add<T>(List<ColumnMapping<T>>, Expression<Func<T, object>>, int)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, Expression<Func<T, object>> sourceExpression, int destinationOrdinal)

Parameters

list List<ColumnMapping<T>>

The list to act on.

sourceExpression Expression<Func<T, object>>

Source expression.

destinationOrdinal int

Destination ordinal.

Type Parameters

T

Generic type parameter.

Add<T>(List<ColumnMapping<T>>, Expression<Func<T, object>>, int, bool)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, Expression<Func<T, object>> sourceExpression, int destinationOrdinal, bool isPrimaryKey)

Parameters

list List<ColumnMapping<T>>

The list to act on.

sourceExpression Expression<Func<T, object>>

Source expression.

destinationOrdinal int

Destination ordinal.

isPrimaryKey bool

true if this object is primary key.

Type Parameters

T

Generic type parameter.

Add<T>(List<ColumnMapping<T>>, Expression<Func<T, object>>, int, bool, ColumnMappingDirectionType)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, Expression<Func<T, object>> sourceExpression, int destinationOrdinal, bool isPrimaryKey, ColumnMappingDirectionType direction)

Parameters

list List<ColumnMapping<T>>

The list to act on.

sourceExpression Expression<Func<T, object>>

Source expression.

destinationOrdinal int

Destination ordinal.

isPrimaryKey bool

true if this object is primary key.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T

Generic type parameter.

Add<T>(List<ColumnMapping<T>>, Expression<Func<T, object>>, int, ColumnMappingDirectionType)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, Expression<Func<T, object>> sourceExpression, int destinationOrdinal, ColumnMappingDirectionType direction)

Parameters

list List<ColumnMapping<T>>

The list to act on.

sourceExpression Expression<Func<T, object>>

Source expression.

destinationOrdinal int

Destination ordinal.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T

Generic type parameter.

Add<T>(List<ColumnMapping<T>>, Expression<Func<T, object>>, string)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, Expression<Func<T, object>> sourceExpression, string destinationName)

Parameters

list List<ColumnMapping<T>>

The list to act on.

sourceExpression Expression<Func<T, object>>

Source expression.

destinationName string

Name of the destination.

Type Parameters

T

Generic type parameter.

Add<T>(List<ColumnMapping<T>>, Expression<Func<T, object>>, string, bool)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, Expression<Func<T, object>> sourceExpression, string destinationName, bool isPrimaryKey)

Parameters

list List<ColumnMapping<T>>

The list to act on.

sourceExpression Expression<Func<T, object>>

Source expression.

destinationName string

Name of the destination.

isPrimaryKey bool

true if this object is primary key.

Type Parameters

T

Generic type parameter.

Add<T>(List<ColumnMapping<T>>, Expression<Func<T, object>>, string, bool, ColumnMappingDirectionType)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, Expression<Func<T, object>> sourceExpression, string destinationName, bool isPrimaryKey, ColumnMappingDirectionType direction)

Parameters

list List<ColumnMapping<T>>

The list to act on.

sourceExpression Expression<Func<T, object>>

Source expression.

destinationName string

Name of the destination.

isPrimaryKey bool

true if this object is primary key.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T

Generic type parameter.

Add<T>(List<ColumnMapping<T>>, Expression<Func<T, object>>, string, ColumnMappingDirectionType)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, Expression<Func<T, object>> sourceExpression, string destinationName, ColumnMappingDirectionType direction)

Parameters

list List<ColumnMapping<T>>

The list to act on.

sourceExpression Expression<Func<T, object>>

Source expression.

destinationName string

Name of the destination.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T

Generic type parameter.

Add<T>(List<ColumnMapping<T>>, Expression<Func<T, object>>, ColumnMappingDirectionType)

A List<ColumnMapping<T>> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, Expression<Func<T, object>> columnExpression, ColumnMappingDirectionType direction)

Parameters

list List<ColumnMapping<T>>

The list to act on.

columnExpression Expression<Func<T, object>>

The column expression.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T

Generic type parameter.

Add<T>(List<ColumnMapping<T>>, string)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, string columnName)

Parameters

list List<ColumnMapping<T>>

The list to act on.

columnName string

Name of the column.

Type Parameters

T

Generic type parameter.

Add<T>(List<ColumnMapping<T>>, string, bool)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, string columnName, bool isPrimaryKey)

Parameters

list List<ColumnMapping<T>>

The list to act on.

columnName string

Name of the column.

isPrimaryKey bool

true if this object is primary key.

Type Parameters

T

Add<T>(List<ColumnMapping<T>>, string, bool, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, string columnName, bool isPrimaryKey, ColumnMappingDirectionType direction)

Parameters

list List<ColumnMapping<T>>

The list to act on.

columnName string

Name of the column.

isPrimaryKey bool

true if this object is primary key.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T

Add<T>(List<ColumnMapping<T>>, string, int)

Constructor.

public static void Add<T>(this List<ColumnMapping<T>> list, string sourceName, int destinationOrdinal)

Parameters

list List<ColumnMapping<T>>

The list to act on.

sourceName string

Name of the source.

destinationOrdinal int

Destination ordinal.

Type Parameters

T

Add<T>(List<ColumnMapping<T>>, string, string)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, string sourceName, string destinationName)

Parameters

list List<ColumnMapping<T>>

The list to act on.

sourceName string

Name of the source.

destinationName string

Name of the destination.

Type Parameters

T

Generic type parameter.

Add<T>(List<ColumnMapping<T>>, string, string, bool)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, string sourceName, string destinationName, bool isPrimaryKey)

Parameters

list List<ColumnMapping<T>>

The list to act on.

sourceName string

Name of the source.

destinationName string

Name of the destination.

isPrimaryKey bool

true if this object is primary key.

Type Parameters

T

Generic type parameter.

Add<T>(List<ColumnMapping<T>>, string, string, bool, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, string sourceName, string destinationName, bool isPrimaryKey, ColumnMappingDirectionType direction)

Parameters

list List<ColumnMapping<T>>

The list to act on.

sourceName string

Name of the source.

destinationName string

Name of the destination.

isPrimaryKey bool

true if this object is primary key.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T

Generic type parameter.

Add<T>(List<ColumnMapping<T>>, string, string, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, string sourceName, string destinationName, ColumnMappingDirectionType direction)

Parameters

list List<ColumnMapping<T>>

The list to act on.

sourceName string

Name of the source.

destinationName string

Name of the destination.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T

Generic type parameter.

Add<T>(List<ColumnMapping<T>>, string, ColumnMappingDirectionType)

A List<ColumnMapping> extension method that adds list.

public static void Add<T>(this List<ColumnMapping<T>> list, string columnName, ColumnMappingDirectionType direction)

Parameters

list List<ColumnMapping<T>>

The list to act on.

columnName string

Name of the column.

direction ColumnMappingDirectionType

The direction.

Type Parameters

T