ReaderModificationCommandBatch 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
데이터 판독기를 사용하는 구현에 대한 ModificationCommandBatch 기본 클래스입니다.
이 형식은 일반적으로 데이터베이스 공급자에서 사용됩니다. 일반적으로 애플리케이션 코드에는 사용되지 않습니다.
public abstract class ReaderModificationCommandBatch : Microsoft.EntityFrameworkCore.Update.ModificationCommandBatch
type ReaderModificationCommandBatch = class
inherit ModificationCommandBatch
Public MustInherit Class ReaderModificationCommandBatch
Inherits ModificationCommandBatch
- 상속
- 파생
설명
자세한 내용 과 예제는 데이터베이스 공급자 및 확장 구현 을 참조하세요.
생성자
속성
AreMoreBatchesExpected |
이 일괄 처리 후에 더 많은 일괄 처리가 필요한지 여부를 나타냅니다. |
AreMoreBatchesExpected |
이 일괄 처리 후에 더 많은 일괄 처리가 필요한지 여부를 나타냅니다. (다음에서 상속됨 ModificationCommandBatch) |
CachedCommandText |
일괄 처리의 명령에 대해 캐시된 명령 텍스트를 가져오거나 설정합니다. |
CommandResultSet |
의 ResultSetMapping각 명령에 대한 s입니다 ModificationCommands. |
Dependencies |
이 서비스에 대한 관계형 공급자별 종속성입니다. |
IsCommandTextEmpty |
SQL이 이미 일괄 처리 명령 텍스트에 추가되었는지 여부입니다. |
LastCachedCommandIndex |
명령 텍스트가 빌드된 마지막 명령의 서수입니다. |
MaxBatchSize |
단일 일괄 처리에 추가할 수 있는 최대 ModificationCommand 인스턴스 수입니다. |
ModificationCommands |
일괄 처리의 개념적 삽입/업데이트/삭제 ModificationCommands목록입니다. |
ParameterValues |
일괄 처리의 명령에 대한 매개 변수 값을 가져옵니다. |
RelationalCommandBuilder |
일괄 처리의 명령에 대한 관계형 명령 작성기를 가져옵니다. |
RequiresTransaction |
올바르게 실행하기 위해 일괄 처리에 트랜잭션이 필요한지 여부를 나타냅니다. |
RequiresTransaction |
올바르게 실행하기 위해 일괄 처리에 트랜잭션이 필요한지 여부를 나타냅니다. (다음에서 상속됨 ModificationCommandBatch) |
ResultSetMappings |
의 ResultSetMapping각 명령에 대한 s입니다 ModificationCommands. |
SqlBuilder |
일괄 처리의 명령에 대한 명령 텍스트 작성기를 가져옵니다. |
SqlGenerationHelper |
SQL 생성을 위한 도우미입니다. |
StoreCommand |
가 호출될 때 Complete(Boolean) 이 일괄 처리에서 생성된 store 명령입니다. |
UpdateSqlGenerator |
업데이트 SQL 생성기입니다. |
메서드
적용 대상
Entity Framework