C# 클래스 Shaolinq.SqlServer.BitBooleanExpression

Represents a boolean data type in SQL which is 1 or 0.
SqlServerBooleanNormalizer automatically adds comparisons to convert BitBooleans values into logical true/false when needed for joins, where conditions, etc
상속: Shaolinq.Persistence.Linq.Expressions.SqlBaseExpression
파일 보기 프로젝트 열기: tumtumtum/Shaolinq 1 사용 예제들

공개 메소드들

메소드 설명
BitBooleanExpression ( Expression expression ) : System.Linq.Expressions
BitBooleanExpression ( bool value, bool nullable = false ) : System.Linq.Expressions
Coerce ( Expression expression ) : BitBooleanExpression
Reduce ( ) : Expression

메소드 상세

BitBooleanExpression() 공개 메소드

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

BitBooleanExpression() 공개 메소드

public BitBooleanExpression ( bool value, bool nullable = false ) : System.Linq.Expressions
value bool
nullable bool
리턴 System.Linq.Expressions

Coerce() 공개 정적인 메소드

public static Coerce ( Expression expression ) : BitBooleanExpression
expression System.Linq.Expressions.Expression
리턴 BitBooleanExpression

Reduce() 공개 메소드

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