Click or drag to resize

ILiteDatabaseExecute(String, BsonValue) Method

Execute SQL commands and return as data reader

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
IBsonDataReader Execute(
	string command,
	params BsonValue[] args
)

Parameters

command  String
 
args  BsonValue
 

Return Value

IBsonDataReader
See Also