[ EXPLAIN ]
SELECT {selectExpr}
[ INTO {newcollection|$function} [ : {autoId} ] ]
[ FROM {collection|$function} ]
[ INCLUDE {pathExpr0} [, {pathExprN} ]
[ WHERE {filterExpr} ]
[ GROUP BY {groupByExpr} ]
[ HAVING {filterExpr} ]
[ ORDER BY {orderByExpr} [ ASC | DESC ] ]
[ LIMIT {number} ]
[ OFFSET {number} ]
[ FOR UPDATE ]
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic string ToSQL(
string collection
)
Parameters
- collection String
-
Return Value
String
See Also