C# Class GrapeDapper.SqlAdapter.SQLParts

Afficher le fichier Open project: luohuazhiyu/GrapeDapper Class Usage Examples

Méthodes publiques

Свойство Type Description
Sql string
SqlCount string
SqlOrderBy string
SqlSelectRemoved string

Property Details

Sql public_oe property

The SQL.
public string Sql
Résultat string

SqlCount public_oe property

The SQL count.
public string SqlCount
Résultat string

SqlOrderBy public_oe property

The SQL Order By
public string SqlOrderBy
Résultat string

SqlSelectRemoved public_oe property

The SQL Select
public string SqlSelectRemoved
Résultat string