RuntimeStoredProcedure(RuntimeEntityType, String, String, Boolean) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
這個預存程式是否傳回受影響的資料列數目。