C# 클래스 Remotion.Linq.SqlBackend.SqlStatementModel.Resolved.SqlConvertedBooleanExpression

Holds an Expression that originally had bool type, but was converted to int because SQL doesn't know a boolean data type.
상속: Remotion.Linq.Clauses.Expressions.ExtensionExpression
파일 보기 프로젝트 열기: re-motion/Relinq-SqlBackend 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression
Reduce ( ) : Expression
SqlConvertedBooleanExpression ( Expression expression ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
VisitChildren ( System.Linq.Expressions.ExpressionTreeVisitor visitor ) : Expression

비공개 메소드들

메소드 설명
GetMatchingBoolType ( Expression expression ) : Type

메소드 상세

Accept() 공개 메소드

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

Reduce() 공개 메소드

public Reduce ( ) : Expression
리턴 System.Linq.Expressions.Expression

SqlConvertedBooleanExpression() 공개 메소드

public SqlConvertedBooleanExpression ( Expression expression ) : System
expression System.Linq.Expressions.Expression
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

VisitChildren() 보호된 메소드

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