C# Class Microsoft.Data.Services.Toolkit.QueryModel.ODataQueryOperation

Provides a type to describe an OData query operation.
Datei anzeigen Open project: oising/WCFDS-Toolkit Class Usage Examples

Public Methods

Method Description
IsPropertyInProjection ( string propertyName ) : bool

Determines whether a property is a projected property or not.

Method Details

IsPropertyInProjection() public method

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