Interface IFunctionColumnMapping
- Namespace
- Microsoft.EntityFrameworkCore.Metadata
- Assembly
- Microsoft.EntityFrameworkCore.Relational.dll
Represents property mapping to a column.
public interface IFunctionColumnMapping : IColumnMappingBase, IAnnotatable
- Inherited Members
- Extension Methods
Properties
Column
Gets the target column.
IFunctionColumn Column { get; }
Property Value
FunctionMapping
Gets the containing function mapping.
IFunctionMapping FunctionMapping { get; }