C# Class MySql.Data.Entity.UpdateGenerator

Inheritance: SqlGenerator
Afficher le fichier Open project: Top-Cat/SteamBot Class Usage Examples

Méthodes publiques

Méthode Description
GenerateSQL ( System.Data.Common.CommandTrees.DbCommandTree tree ) : string
Visit ( DbConstantExpression expression ) : SqlFragment

Méthodes protégées

Méthode Description
GenerateReturningSql ( System.Data.Common.CommandTrees.DbModificationCommandTree tree, DbExpression returning ) : SelectStatement
VisitBinaryExpression ( DbExpression left, DbExpression right, string op ) : SqlFragment

Method Details

GenerateReturningSql() protected méthode

protected GenerateReturningSql ( System.Data.Common.CommandTrees.DbModificationCommandTree tree, DbExpression returning ) : SelectStatement
tree System.Data.Common.CommandTrees.DbModificationCommandTree
returning DbExpression
Résultat SelectStatement

GenerateSQL() public méthode

public GenerateSQL ( System.Data.Common.CommandTrees.DbCommandTree tree ) : string
tree System.Data.Common.CommandTrees.DbCommandTree
Résultat string

Visit() public méthode

public Visit ( DbConstantExpression expression ) : SqlFragment
expression DbConstantExpression
Résultat SqlFragment

VisitBinaryExpression() protected méthode

protected VisitBinaryExpression ( DbExpression left, DbExpression right, string op ) : SqlFragment
left DbExpression
right DbExpression
op string
Résultat SqlFragment