StoreObjectIdentifier.InsertStoredProcedure(String, String) Metoda

Definicja

Tworzy identyfikator procedury składowanej wstawiania.

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

Parametry

name
String

Nazwa procedury składowanej.

schema
String

Schemat procedury składowanej.

Zwraca

Identyfikator procedury składowanej.

Dotyczy