EntityCommand.ExecuteReader 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
명령을 실행하고 데이터 판독기를 반환합니다.
오버로드
| Name | Description |
|---|---|
| ExecuteReader() |
명령을 실행하고 데이터 판독기를 반환합니다. |
| ExecuteReader(CommandBehavior) |
CommandText 명령 트리로 컴파일하고 실행을 위해 기본 저장소 공급자에 전달한 다음, 지정된 CommandBehavior결과 집합을 사용하여 생성된 결과 집합을 빌드합니다EntityDataReader. |
ExecuteReader()
명령을 실행하고 데이터 판독기를 반환합니다.
public:
System::Data::EntityClient::EntityDataReader ^ ExecuteReader();
public System.Data.EntityClient.EntityDataReader ExecuteReader();
override this.ExecuteReader : unit -> System.Data.EntityClient.EntityDataReader
Public Function ExecuteReader () As EntityDataReader
반품
EntityDataReader 결과가 들어 있는 항목입니다.
적용 대상
ExecuteReader(CommandBehavior)
CommandText 명령 트리로 컴파일하고 실행을 위해 기본 저장소 공급자에 전달한 다음, 지정된 CommandBehavior결과 집합을 사용하여 생성된 결과 집합을 빌드합니다EntityDataReader.
public:
System::Data::EntityClient::EntityDataReader ^ ExecuteReader(System::Data::CommandBehavior behavior);
public System.Data.EntityClient.EntityDataReader ExecuteReader(System.Data.CommandBehavior behavior);
override this.ExecuteReader : System.Data.CommandBehavior -> System.Data.EntityClient.EntityDataReader
Public Function ExecuteReader (behavior As CommandBehavior) As EntityDataReader
매개 변수
- behavior
- CommandBehavior
값 중 CommandBehavior 하나입니다.
반품
EntityDataReader 결과가 들어 있는 항목입니다.