C# Class MicroLite.Dialect.SQLiteDialect

The implementation of ISqlDialect for SQLite.
Inheritance: SqlDialect
Afficher le fichier Open project: TrevorPilley/MicroLite Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
SQLiteDialect ( ) : System

Initialises a new instance of the SQLiteDialect class.

Method Details

BuildSelectInsertIdSqlQuery() public méthode

public BuildSelectInsertIdSqlQuery ( IObjectInfo objectInfo ) : SqlQuery
objectInfo IObjectInfo
Résultat SqlQuery

PageQuery() public méthode

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.
Résultat SqlQuery