IStoreFunction.Columns Property

Definition

Gets the columns defined for the returned row set.

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

Property Value

Applies to