次の方法で共有


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

このストアド プロシージャが影響を受ける行数を返すかどうか。

適用対象