Table of Contents

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

IFunctionColumn

FunctionMapping

Gets the containing function mapping.

IFunctionMapping FunctionMapping { get; }

Property Value

IFunctionMapping