Property OriginalId
| Improve this Doc View SourceOriginalId
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.