C# Class GrapeDapper.SqlAdapter.SQLParts

Show file Open project: luohuazhiyu/GrapeDapper Class Usage Examples

Public Properties

Property Type Description
Sql string
SqlCount string
SqlOrderBy string
SqlSelectRemoved string

Property Details

Sql public property

The SQL.
public string Sql
return string

SqlCount public property

The SQL count.
public string SqlCount
return string

SqlOrderBy public property

The SQL Order By
public string SqlOrderBy
return string

SqlSelectRemoved public property

The SQL Select
public string SqlSelectRemoved
return string