StoreObjectIdentifier.View(String, String) Método

Definición

Crea un identificador de vista.

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

Parámetros

name
String

Nombre de la vista.

schema
String

Esquema de vista.

Devoluciones

Id. de vista.

Se aplica a