Method | Description | |
---|---|---|
Accept ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : |
||
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 |
Method | Description | |
---|---|---|
VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : |
Method | Description | |
---|---|---|
SqlLiteralExpression ( object value, |
public Accept ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : |
||
visitor | System.Linq.Expressions.ExpressionTreeVisitor | |
return |
public SqlLiteralExpression ( double value, bool nullable = false ) : System | ||
value | double | |
nullable | bool | |
return | System |
public SqlLiteralExpression ( int value, bool nullable = false ) : System | ||
value | int | |
nullable | bool | |
return | System |
public SqlLiteralExpression ( long value, bool nullable = false ) : System | ||
value | long | |
nullable | bool | |
return | System |
public SqlLiteralExpression ( string value ) : System | ||
value | string | |
return | System |
protected VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : |
||
visitor | System.Linq.Expressions.ExpressionTreeVisitor | |
return |