C# Class GrapeDapper.SqlAdapter.PagingHelper

Inheritance: IPagingHelper
Show file Open project: luohuazhiyu/GrapeDapper

Public Properties

Property Type Description
RegexColumns System.Text.RegularExpressions.Regex
RegexDistinct System.Text.RegularExpressions.Regex
RegexOrderBy System.Text.RegularExpressions.Regex

Public Methods

Method Description
SplitSQL ( string sql, SQLParts &parts ) : bool

Private Methods

Method Description
PagingHelper ( ) : System.Text.RegularExpressions

Method Details

SplitSQL() public method

public SplitSQL ( string sql, SQLParts &parts ) : bool
sql string
parts SQLParts
return bool

Property Details

RegexColumns public property

public Regex,System.Text.RegularExpressions RegexColumns
return System.Text.RegularExpressions.Regex

RegexDistinct public property

public Regex,System.Text.RegularExpressions RegexDistinct
return System.Text.RegularExpressions.Regex

RegexOrderBy public property

public Regex,System.Text.RegularExpressions RegexOrderBy
return System.Text.RegularExpressions.Regex