C# Class CodeInsiders.SharpQL.UpdateTopTable

Inheritance: UpdateClause
Afficher le fichier Open project: codeinsiders/sharpql Class Usage Examples

Méthodes publiques

Méthode Description
Build ( SqlFragment parent, TSqlVisitor visitor ) : void
UpdateTopTable ( UpdateStatement statement, Expression top, Table table )

Method Details

Build() public méthode

public Build ( SqlFragment parent, TSqlVisitor visitor ) : void
parent SqlFragment
visitor TSqlVisitor
Résultat void

UpdateTopTable() public méthode

public UpdateTopTable ( UpdateStatement statement, Expression top, Table table )
statement UpdateStatement
top Expression
table Table