C# Class CodeInsiders.SharpQL.DeleteTopFromTable

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

Méthodes publiques

Méthode Description
Build ( SqlFragment parent, TSqlVisitor visitor ) : void
DeleteTopFromTable ( DeleteStatement 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

DeleteTopFromTable() public méthode

public DeleteTopFromTable ( DeleteStatement statement, Expression top, Table table )
statement DeleteStatement
top Expression
table Table