Afficher en anglais

Partage via


StoreObjectIdentifier.View(String, String) Méthode

Définition

Crée un ID de vue.

C#
public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier View (string name, string schema);
C#
public static Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier View (string name, string? schema = default);

Paramètres

name
String

Nom de la vue.

schema
String

Schéma de vue.

Retours

ID de la vue.

S’applique à

Produit Versions
Entity Framework Core 5.0, 6.0, 7.0, 8.0, 9.0