Map<TPoco>.Column Method |
Name | Description | |
---|---|---|
Column<TProp>(Expression<Func<TPoco, TProp>>) |
Sets the mapping for the expression using the default options.
| |
Column<TProp>(Expression<Func<TPoco, TProp>>, Action<ColumnMap>) |
Defines options for mapping the column specified.
|