C# Class Remotion.Linq.SqlBackend.SqlStatementModel.SqlSpecificExpressions.SqlLiteralExpression

Inheritance: Remotion.Linq.Clauses.Expressions.ExtensionExpression
ファイルを表示 Open project: re-motion/Relinq-SqlBackend Class Usage Examples

Public Methods

Method Description
Accept ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
SqlLiteralExpression ( double value, bool nullable = false ) : System
SqlLiteralExpression ( int value, bool nullable = false ) : System
SqlLiteralExpression ( long value, bool nullable = false ) : System
SqlLiteralExpression ( string value ) : System
ToString ( ) : string

Protected Methods

Method Description
VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression

Private Methods

Method Description
SqlLiteralExpression ( object value, Type type ) : System

Method Details

Accept() public method

public Accept ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
visitor System.Linq.Expressions.ExpressionTreeVisitor
return System.Linq.Expressions.Expression

SqlLiteralExpression() public method

public SqlLiteralExpression ( double value, bool nullable = false ) : System
value double
nullable bool
return System

SqlLiteralExpression() public method

public SqlLiteralExpression ( int value, bool nullable = false ) : System
value int
nullable bool
return System

SqlLiteralExpression() public method

public SqlLiteralExpression ( long value, bool nullable = false ) : System
value long
nullable bool
return System

SqlLiteralExpression() public method

public SqlLiteralExpression ( string value ) : System
value string
return System

ToString() public method

public ToString ( ) : string
return string

VisitChildren() protected method

protected VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
visitor System.Linq.Expressions.ExpressionTreeVisitor
return System.Linq.Expressions.Expression