StoreObjectIdentifier.View(String, String) Méthode

Définition

Crée un ID de vue.

public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier View (string name, string schema);
public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier View (string name, string? schema = default);
static member View : string * string -> Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier
Public Shared Function View (name As String, schema As String) As StoreObjectIdentifier
Public Shared Function View (name As String, Optional schema As String = Nothing) As StoreObjectIdentifier

Paramètres

name
String

Nom de la vue.

schema
String

Schéma de vue.

Retours

ID de la vue.

S’applique à