C# Class Sharp.Data.Databases.SelectBuilder

Afficher le fichier Open project: sharpmigrations/sharpmigrations Class Usage Examples

Méthodes publiques

Méthode Description
Build ( ) : string
SelectBuilder ( Dialect dialect, string tables, string columns ) : System.Collections.Generic

Méthodes protégées

Méthode Description
ApplySkipTakeToSql ( ) : string

Private Methods

Méthode Description
ApplyFilter ( ) : void
ApplyOrderBy ( ) : void

Method Details

ApplySkipTakeToSql() protected méthode

protected ApplySkipTakeToSql ( ) : string
Résultat string

Build() public méthode

public Build ( ) : string
Résultat string

SelectBuilder() public méthode

public SelectBuilder ( Dialect dialect, string tables, string columns ) : System.Collections.Generic
dialect Dialect
tables string
columns string
Résultat System.Collections.Generic