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

Inheritance: Remotion.Linq.Clauses.Expressions.ExtensionExpression
Afficher le fichier Open project: re-motion/Relinq-SqlBackend Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression

Private Methods

Méthode Description
SqlLiteralExpression ( object value, Type type ) : System

Method Details

Accept() public méthode

public Accept ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
visitor System.Linq.Expressions.ExpressionTreeVisitor
Résultat System.Linq.Expressions.Expression

SqlLiteralExpression() public méthode

public SqlLiteralExpression ( double value, bool nullable = false ) : System
value double
nullable bool
Résultat System

SqlLiteralExpression() public méthode

public SqlLiteralExpression ( int value, bool nullable = false ) : System
value int
nullable bool
Résultat System

SqlLiteralExpression() public méthode

public SqlLiteralExpression ( long value, bool nullable = false ) : System
value long
nullable bool
Résultat System

SqlLiteralExpression() public méthode

public SqlLiteralExpression ( string value ) : System
value string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

VisitChildren() protected méthode

protected VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
visitor System.Linq.Expressions.ExpressionTreeVisitor
Résultat System.Linq.Expressions.Expression