Table of Contents

Interface IFunctionColumn

Namespace
Microsoft.EntityFrameworkCore.Metadata
Assembly
Microsoft.EntityFrameworkCore.Relational.dll

Represents a column in a table-valued function.

public interface IFunctionColumn : IColumnBase, IAnnotatable
Inherited Members
Extension Methods

Properties

Function

Gets the containing function.

IStoreFunction Function { get; }

Property Value

IStoreFunction

PropertyMappings

Gets the property mappings.

IEnumerable<IFunctionColumnMapping> PropertyMappings { get; }

Property Value

IEnumerable<IFunctionColumnMapping>