C# Class GraphView.WValueExpression

A value expression can be a variable or a literal.
Inheritance: WPrimaryExpression
Show file Open project: Microsoft/GraphView Class Usage Examples

Private Properties

Property Type Description
OneLine bool
ToString string

Public Methods

Method Description
Accept ( WSqlFragmentVisitor visitor ) : void
WValueExpression ( ) : System
WValueExpression ( string value, bool quoted ) : System

Private Methods

Method Description
OneLine ( ) : bool
ToString ( string indent ) : string

Method Details

Accept() public method

public Accept ( WSqlFragmentVisitor visitor ) : void
visitor WSqlFragmentVisitor
return void

WValueExpression() public method

public WValueExpression ( ) : System
return System

WValueExpression() public method

public WValueExpression ( string value, bool quoted ) : System
value string
quoted bool
return System