IRelationalModel.Queries Property

Definition

Returns all the SQL queries mapped in the model.

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

Property Value

All the SQL queries mapped in the model.

Applies to