다음을 통해 공유


ODataInputContext.CreateCollectionReader(IEdmTypeReference) 메서드

정의

ODataCollectionReader을 만듭니다.

public virtual Microsoft.OData.ODataCollectionReader CreateCollectionReader (Microsoft.OData.Edm.IEdmTypeReference expectedItemTypeReference);
abstract member CreateCollectionReader : Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.ODataCollectionReader
override this.CreateCollectionReader : Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.ODataCollectionReader
Public Overridable Function CreateCollectionReader (expectedItemTypeReference As IEdmTypeReference) As ODataCollectionReader

매개 변수

expectedItemTypeReference
IEdmTypeReference

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

반환

새로 만든 ODataCollectionReader입니다.

적용 대상