共用方式為


RuntimeStoredProcedure(RuntimeEntityType, String, String, Boolean) 建構函式

定義

初始化 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)

參數

entityType
RuntimeEntityType

對應的實體類型。

name
String

名稱。

schema
String

結構描述。

rowsAffectedReturned
Boolean

這個預存程式是否傳回受影響的資料列數目。

適用於