C# 클래스 NLite.Data.Dialect.SqlBuilder.SqlCeBuilder

상속: DbSqlBuilder
파일 보기 프로젝트 열기: netcasewqs/elinq

보호된 메소드들

메소드 설명
BuildConverterFunction ( Expression from, Type fromType, Type toType ) : void
RegisterCastTypes ( ) : void
VisitBinary ( BinaryExpression b ) : Expression
VisitConditional ( ConditionalExpression c ) : Expression
VisitSelect ( SelectExpression select ) : Expression
VisitValue ( Expression expr ) : Expression
WriteAggregateName ( string aggregateName ) : void
WriteTopClause ( Expression expression ) : void

메소드 상세

BuildConverterFunction() 보호된 메소드

protected BuildConverterFunction ( Expression from, Type fromType, Type toType ) : void
from System.Linq.Expressions.Expression
fromType System.Type
toType System.Type
리턴 void

RegisterCastTypes() 보호된 메소드

protected RegisterCastTypes ( ) : void
리턴 void

VisitBinary() 보호된 메소드

protected VisitBinary ( BinaryExpression b ) : Expression
b System.Linq.Expressions.BinaryExpression
리턴 System.Linq.Expressions.Expression

VisitConditional() 보호된 메소드

protected VisitConditional ( ConditionalExpression c ) : Expression
c System.Linq.Expressions.ConditionalExpression
리턴 System.Linq.Expressions.Expression

VisitSelect() 보호된 메소드

protected VisitSelect ( SelectExpression select ) : Expression
select SelectExpression
리턴 System.Linq.Expressions.Expression

VisitValue() 보호된 메소드

protected VisitValue ( Expression expr ) : Expression
expr System.Linq.Expressions.Expression
리턴 System.Linq.Expressions.Expression

WriteAggregateName() 보호된 메소드

protected WriteAggregateName ( string aggregateName ) : void
aggregateName string
리턴 void

WriteTopClause() 보호된 메소드

protected WriteTopClause ( Expression expression ) : void
expression System.Linq.Expressions.Expression
리턴 void