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
이 저장 프로시저가 영향을 받는 행 수를 반환하는지 여부입니다.