ODataMessageReader.CreateODataCollectionReader 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
CreateODataCollectionReader() |
ODataCollectionReader 서비스 작업 호출의 결과로 기본값 또는 복합 값의 컬렉션을 읽는 을 만듭니다. |
CreateODataCollectionReader(IEdmTypeReference) |
ODataCollectionReader 서비스 작업 호출의 결과로 기본값 또는 복합 값의 컬렉션을 읽는 을 만듭니다. |
CreateODataCollectionReader()
ODataCollectionReader 서비스 작업 호출의 결과로 기본값 또는 복합 값의 컬렉션을 읽는 을 만듭니다.
public Microsoft.OData.ODataCollectionReader CreateODataCollectionReader ();
member this.CreateODataCollectionReader : unit -> Microsoft.OData.ODataCollectionReader
Public Function CreateODataCollectionReader () As ODataCollectionReader
반환
만들어진 컬렉션 판독기입니다.
적용 대상
CreateODataCollectionReader(IEdmTypeReference)
ODataCollectionReader 서비스 작업 호출의 결과로 기본값 또는 복합 값의 컬렉션을 읽는 을 만듭니다.
public Microsoft.OData.ODataCollectionReader CreateODataCollectionReader (Microsoft.OData.Edm.IEdmTypeReference expectedItemTypeReference);
member this.CreateODataCollectionReader : Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.ODataCollectionReader
Public Function CreateODataCollectionReader (expectedItemTypeReference As IEdmTypeReference) As ODataCollectionReader
매개 변수
- expectedItemTypeReference
- IEdmTypeReference
컬렉션의 항목에 대한 예상 형식 참조입니다.
반환
만들어진 컬렉션 판독기입니다.