IRelationalModel.Views Property

Definition

Returns all the views mapped in the model.

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

Property Value

All the views mapped in the model.

Applies to