IFunctionMapping.ColumnMappings Property

Definition

Gets the properties mapped to columns on the target function.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IFunctionColumnMapping> ColumnMappings { get; }
member this.ColumnMappings : seq<Microsoft.EntityFrameworkCore.Metadata.IFunctionColumnMapping>
Public ReadOnly Property ColumnMappings As IEnumerable(Of IFunctionColumnMapping)

Property Value

Applies to