C# 클래스 MicroLite.Dialect.SQLiteDialect

The implementation of ISqlDialect for SQLite.
상속: SqlDialect
파일 보기 프로젝트 열기: TrevorPilley/MicroLite 1 사용 예제들

공개 메소드들

메소드 설명
BuildSelectInsertIdSqlQuery ( IObjectInfo objectInfo ) : SqlQuery
PageQuery ( SqlQuery sqlQuery, PagingOptions pagingOptions ) : SqlQuery

Creates an SqlQuery to page the records which would be returned by the specified SqlQuery based upon the paging options.

비공개 메소드들

메소드 설명
SQLiteDialect ( ) : System

Initialises a new instance of the SQLiteDialect class.

메소드 상세

BuildSelectInsertIdSqlQuery() 공개 메소드

public BuildSelectInsertIdSqlQuery ( IObjectInfo objectInfo ) : SqlQuery
objectInfo IObjectInfo
리턴 SqlQuery

PageQuery() 공개 메소드

Creates an SqlQuery to page the records which would be returned by the specified SqlQuery based upon the paging options.
public PageQuery ( SqlQuery sqlQuery, PagingOptions pagingOptions ) : SqlQuery
sqlQuery SqlQuery The SQL query.
pagingOptions PagingOptions The paging options.
리턴 SqlQuery