다음을 통해 공유


ODataMessageReader.CreateODataCollectionReader 메서드

정의

오버로드

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

컬렉션의 항목에 대한 예상 형식 참조입니다.

반환

만들어진 컬렉션 판독기입니다.

적용 대상