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

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

Private Properties

Property Type Description

Public Methods

Method Description
SingleValueFunctionCallNode ( string name ) : System.Collections.Generic

Initialises a new instance of the SingleValueFunctionCallNode class.

Method Details

SingleValueFunctionCallNode() public method

Initialises a new instance of the SingleValueFunctionCallNode class.
public SingleValueFunctionCallNode ( string name ) : System.Collections.Generic
name string The name.
return System.Collections.Generic