C# Class NLite.Data.Dialect.SqlBuilder.SqlCeBuilder

Inheritance: DbSqlBuilder
Afficher le fichier Open project: netcasewqs/elinq

Méthodes protégées

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

Method Details

BuildConverterFunction() protected méthode

protected BuildConverterFunction ( Expression from, Type fromType, Type toType ) : void
from System.Linq.Expressions.Expression
fromType System.Type
toType System.Type
Résultat void

RegisterCastTypes() protected méthode

protected RegisterCastTypes ( ) : void
Résultat void

VisitBinary() protected méthode

protected VisitBinary ( BinaryExpression b ) : Expression
b System.Linq.Expressions.BinaryExpression
Résultat System.Linq.Expressions.Expression

VisitConditional() protected méthode

protected VisitConditional ( ConditionalExpression c ) : Expression
c System.Linq.Expressions.ConditionalExpression
Résultat System.Linq.Expressions.Expression

VisitSelect() protected méthode

protected VisitSelect ( SelectExpression select ) : Expression
select SelectExpression
Résultat System.Linq.Expressions.Expression

VisitValue() protected méthode

protected VisitValue ( Expression expr ) : Expression
expr System.Linq.Expressions.Expression
Résultat System.Linq.Expressions.Expression

WriteAggregateName() protected méthode

protected WriteAggregateName ( string aggregateName ) : void
aggregateName string
Résultat void

WriteTopClause() protected méthode

protected WriteTopClause ( Expression expression ) : void
expression System.Linq.Expressions.Expression
Résultat void