C# 클래스 MvcApi.Query.DefaultStructuredQuerySource

The DefaultStructuredQuerySource understands $filter, $orderby, $top and $skip OData query parameters
상속: IStructuredQuerySource
파일 보기 프로젝트 열기: dax70/MvcApi

공개 메소드들

메소드 설명
CreateQuery ( Uri uri ) : StructuredQuery

Build the StructuredQuery for the given uri.

메소드 상세

CreateQuery() 공개 메소드

Build the StructuredQuery for the given uri.
public CreateQuery ( Uri uri ) : StructuredQuery
uri System.Uri The to build the from
리턴 StructuredQuery