C# 클래스 GrapeDapper.SqlAdapter.SQLParts

파일 보기 프로젝트 열기: luohuazhiyu/GrapeDapper 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Sql string
SqlCount string
SqlOrderBy string
SqlSelectRemoved string

프로퍼티 상세

Sql 공개적으로 프로퍼티

The SQL.
public string Sql
리턴 string

SqlCount 공개적으로 프로퍼티

The SQL count.
public string SqlCount
리턴 string

SqlOrderBy 공개적으로 프로퍼티

The SQL Order By
public string SqlOrderBy
리턴 string

SqlSelectRemoved 공개적으로 프로퍼티

The SQL Select
public string SqlSelectRemoved
리턴 string