C# Class GrapeDapper.SqlAdapter.PagingHelper

Inheritance: IPagingHelper
Afficher le fichier Open project: luohuazhiyu/GrapeDapper

Méthodes publiques

Свойство Type Description
RegexColumns System.Text.RegularExpressions.Regex
RegexDistinct System.Text.RegularExpressions.Regex
RegexOrderBy System.Text.RegularExpressions.Regex

Méthodes publiques

Méthode Description
SplitSQL ( string sql, SQLParts &parts ) : bool

Private Methods

Méthode Description
PagingHelper ( ) : System.Text.RegularExpressions

Method Details

SplitSQL() public méthode

public SplitSQL ( string sql, SQLParts &parts ) : bool
sql string
parts SQLParts
Résultat bool

Property Details

RegexColumns public_oe property

public Regex,System.Text.RegularExpressions RegexColumns
Résultat System.Text.RegularExpressions.Regex

RegexDistinct public_oe property

public Regex,System.Text.RegularExpressions RegexDistinct
Résultat System.Text.RegularExpressions.Regex

RegexOrderBy public_oe property

public Regex,System.Text.RegularExpressions RegexOrderBy
Résultat System.Text.RegularExpressions.Regex