Share via


RuntimeStoredProcedure(RuntimeEntityType, String, String, Boolean) Constructor

Definition

Initializes a new instance of the RuntimeStoredProcedure class.

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)

Parameters

entityType
RuntimeEntityType

The mapped entity type.

name
String

The name.

schema
String

The schema.

rowsAffectedReturned
Boolean

Whether this stored procedure returns the number of rows affected.

Applies to