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
매개 변수
- expectedItemTypeReference
유형: Microsoft.Data.Edm.IEdmTypeReference
컬렉션의 항목에 대한 예상된 리소스 형식입니다.
반환 값
유형: Microsoft.Data.OData.ODataCollectionReader
만들어진 컬렉션 판독기입니다.