C# Class CodeInsiders.SharpQL.InsertTopIntoTable

Inheritance: InsertClause
Mostra file Open project: codeinsiders/sharpql Class Usage Examples

Public Methods

Method Description
Build ( SqlFragment parent, TSqlVisitor visitor ) : void
InsertTopIntoTable ( InsertStatement statement, Expression top, Table table, IEnumerable columnList ) : System.Collections.Generic

Method Details

Build() public method

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

InsertTopIntoTable() public method

public InsertTopIntoTable ( InsertStatement statement, Expression top, Table table, IEnumerable columnList ) : System.Collections.Generic
statement InsertStatement
top Expression
table Table
columnList IEnumerable
return System.Collections.Generic