C# Class CodeInsiders.SharpQL.UpdateTopTable

Inheritance: UpdateClause
Mostrar archivo Open project: codeinsiders/sharpql Class Usage Examples

Public Methods

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

Method Details

Build() public method

public Build ( SqlFragment parent, TSqlVisitor visitor ) : void
parent SqlFragment
visitor TSqlVisitor
return void

UpdateTopTable() public method

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