다음을 통해 공유


ODataMessageReader.CreateODataCollectionReader 메서드 (IEdmTypeReference)

기본 또는 복잡한 값의 컬렉션을 (서비스 작업 호출의 결과로) 읽기 위한 ODataCollectionReader를 만듭니다.

네임스페이스:  Microsoft.Data.OData
어셈블리:  Microsoft.Data.OData(Microsoft.Data.OData.dll)

구문

‘선언
Public Function CreateODataCollectionReader ( _
    expectedItemTypeReference As IEdmTypeReference _
) As ODataCollectionReader
‘사용 방법
Dim instance As ODataMessageReader
Dim expectedItemTypeReference As IEdmTypeReference
Dim returnValue As ODataCollectionReader

returnValue = instance.CreateODataCollectionReader(expectedItemTypeReference)
public ODataCollectionReader CreateODataCollectionReader(
    IEdmTypeReference expectedItemTypeReference
)
public:
ODataCollectionReader^ CreateODataCollectionReader(
    IEdmTypeReference^ expectedItemTypeReference
)
member CreateODataCollectionReader : 
        expectedItemTypeReference:IEdmTypeReference -> ODataCollectionReader 
public function CreateODataCollectionReader(
    expectedItemTypeReference : IEdmTypeReference
) : ODataCollectionReader

매개 변수

반환 값

유형: Microsoft.Data.OData.ODataCollectionReader
만들어진 컬렉션 판독기입니다.

참고 항목

참조

ODataMessageReader 클래스

CreateODataCollectionReader 오버로드

Microsoft.Data.OData 네임스페이스