Show / Hide Table of Contents

Property OriginalId

| Improve this Doc View Source

OriginalId

Gets the original Id of the column.

Declaration
public ColumnId OriginalId { get; }
Property Value
Type Description
ColumnId
Remarks

Original Id is inherited from existing Mounter<T> object by calling see cref="Model.RegisterColumn{TModel, TColumn}(System.Linq.Expressions.Expression{Func{TModel, TColumn}}, Mounter{TColumn})"/> method. It is used as second candiate to perform automatic column mapping.

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