Show / Hide Table of Contents

Class ColumnMapper

Class to build a collection of ColumnMapping objects.

Inheritance
System.Object
ColumnMapper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public sealed class ColumnMapper

Constructors

Name Description
ColumnMapper(Model, Model)

Initializes a new instance of ColumnMapper.

Methods

Name Description
AutoSelect(IEnumerable<Column>)

Automatically selects columns.

AutoSelectInsertable()

Automatically selects insertable columns.

AutoSelectUpdatable()

Automatically selects updatable columns.

Select(Column, Int32)

Build the ColumnMapping between source column and target column ordinal.

Select<T>(Column<T>, Column<T>)

Build the ColumnMapping between source column and target column.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest