C# Class Net.Http.WebApi.OData.Query.Expressions.SingleValuePropertyAccessNode

Inheritance: SingleValueNode
Mostrar archivo Open project: TrevorPilley/Net.Http.WebApi.OData Class Usage Examples

Public Methods

Method Description
SingleValuePropertyAccessNode ( string propertyName )

Initialises a new instance of the SingleValuePropertyAccessNode class.

Method Details

SingleValuePropertyAccessNode() public method

Initialises a new instance of the SingleValuePropertyAccessNode class.
public SingleValuePropertyAccessNode ( string propertyName )
propertyName string Name of the property.