Delen via


ISqlQuery.Columns Property

Definition

Gets the columns defined for this query.

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

Property Value

Applies to