다음을 통해 공유


ODataUnresolvedFunctionParameterAlias(String, IEdmTypeReference) 생성자

정의

ODataUnresolvedFunctionParameterAlias의 새 인스턴스를 초기화합니다.

public ODataUnresolvedFunctionParameterAlias (string alias, Microsoft.OData.Edm.IEdmTypeReference type);
new Microsoft.OData.UriParser.ODataUnresolvedFunctionParameterAlias : string * Microsoft.OData.Edm.IEdmTypeReference -> Microsoft.OData.UriParser.ODataUnresolvedFunctionParameterAlias
Public Sub New (alias As String, type As IEdmTypeReference)

매개 변수

alias
String

매개 변수 값으로 제공된 별칭입니다.

type
IEdmTypeReference

이 별칭이 나타내는 매개 변수의 EDM 형식입니다.

적용 대상