다음을 통해 공유


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

이 저장 프로시저가 영향을 받는 행 수를 반환하는지 여부입니다.

적용 대상