RelationalTypeBaseExtensions.GetViewSchema(IReadOnlyTypeBase) Method

Definition

Returns the database schema that contains the mapped view.

public static string? GetViewSchema (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase typeBase);
static member GetViewSchema : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase -> string
<Extension()>
Public Function GetViewSchema (typeBase As IReadOnlyTypeBase) As String

Parameters

typeBase
IReadOnlyTypeBase

The type to get the view schema for.

Returns

The database schema that contains the mapped view.

Applies to