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.
|
Méthode | Description | |
---|---|---|
SQLiteDialect ( ) : System |
Initialises a new instance of the SQLiteDialect class.
|
public BuildSelectInsertIdSqlQuery ( IObjectInfo objectInfo ) : SqlQuery | ||
objectInfo | IObjectInfo | |
Résultat | SqlQuery |
public PageQuery ( SqlQuery sqlQuery, PagingOptions pagingOptions ) : SqlQuery | ||
sqlQuery | SqlQuery | The SQL query. |
pagingOptions | PagingOptions | The paging options. |
Résultat | SqlQuery |