Udostępnij za pośrednictwem


RuntimeStoredProcedure(RuntimeEntityType, String, String, Boolean) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy RuntimeStoredProcedure.

public RuntimeStoredProcedure (Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType entityType, string name, string? schema, bool rowsAffectedReturned);
new Microsoft.EntityFrameworkCore.Metadata.RuntimeStoredProcedure : Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType * string * string * bool -> Microsoft.EntityFrameworkCore.Metadata.RuntimeStoredProcedure
Public Sub New (entityType As RuntimeEntityType, name As String, schema As String, rowsAffectedReturned As Boolean)

Parametry

entityType
RuntimeEntityType

Typ zamapowanej jednostki.

name
String

Nazwa.

schema
String

Schemat.

rowsAffectedReturned
Boolean

Określa, czy ta procedura składowana zwraca liczbę wierszy, których dotyczy problem.

Dotyczy