Click or drag to resize

QueryToSQL Method

[ 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.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public string ToSQL(
	string collection
)

Parameters

collection  String
 

Return Value

String
See Also