C# Class GrapeDapper.SqlAdapter.SQLParts

Mostra 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_oe property

The SQL.
public string Sql
return string

SqlCount public_oe property

The SQL count.
public string SqlCount
return string

SqlOrderBy public_oe property

The SQL Order By
public string SqlOrderBy
return string

SqlSelectRemoved public_oe property

The SQL Select
public string SqlSelectRemoved
return string