C# 클래스 SubSonic.Sql2005Generator

상속: SubSonic.ANSISqlGenerator
파일 보기 프로젝트 열기: subsonic/SubSonic-2.0 1 사용 예제들

공개 메소드들

메소드 설명
BuildPagedSelectStatement ( ) : string

Builds the paged select statement.

Sql2005Generator ( SqlQuery query ) : System

Initializes a new instance of the Sql2005Generator class.

메소드 상세

BuildPagedSelectStatement() 공개 메소드

Builds the paged select statement.
public BuildPagedSelectStatement ( ) : string
리턴 string

Sql2005Generator() 공개 메소드

Initializes a new instance of the Sql2005Generator class.
public Sql2005Generator ( SqlQuery query ) : System
query SqlQuery The query.
리턴 System