다음을 통해 공유


ODataParameterWriter.CreateCollectionWriter(String) 메서드

정의

ODataCollectionWriter 컬렉션 매개 변수의 값을 작성하는 을 만듭니다.

public abstract Microsoft.OData.ODataCollectionWriter CreateCollectionWriter (string parameterName);
abstract member CreateCollectionWriter : string -> Microsoft.OData.ODataCollectionWriter
Public MustOverride Function CreateCollectionWriter (parameterName As String) As ODataCollectionWriter

매개 변수

parameterName
String

쓸 컬렉션 매개 변수의 이름입니다.

반환

새로 만든 ODataCollectionWriter입니다.

적용 대상