C# Class CodeInsiders.SharpQL.InsertTopIntoTable

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

Méthodes publiques

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

Method Details

Build() public méthode

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

InsertTopIntoTable() public méthode

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