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

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

Méthodes publiques

Méthode Description
IsPropertyInProjection ( string propertyName ) : bool

Determines whether a property is a projected property or not.

Method Details

IsPropertyInProjection() public méthode

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