C# 클래스 Microsoft.Data.Services.Toolkit.QueryModel.ODataQueryOperation

Provides a type to describe an OData query operation.
파일 보기 프로젝트 열기: oising/WCFDS-Toolkit 1 사용 예제들

공개 메소드들

메소드 설명
IsPropertyInProjection ( string propertyName ) : bool

Determines whether a property is a projected property or not.

메소드 상세

IsPropertyInProjection() 공개 메소드

Determines whether a property is a projected property or not.
public IsPropertyInProjection ( string propertyName ) : bool
propertyName string The property name to be evaluated.
리턴 bool