C# Class Sharp.Data.Databases.SelectBuilder

Mostrar archivo Open project: sharpmigrations/sharpmigrations Class Usage Examples

Public Methods

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

Protected Methods

Method Description
ApplySkipTakeToSql ( ) : string

Private Methods

Method Description
ApplyFilter ( ) : void
ApplyOrderBy ( ) : void

Method Details

ApplySkipTakeToSql() protected method

protected ApplySkipTakeToSql ( ) : string
return string

Build() public method

public Build ( ) : string
return string

SelectBuilder() public method

public SelectBuilder ( Dialect dialect, string tables, string columns ) : System.Collections.Generic
dialect Dialect
tables string
columns string
return System.Collections.Generic