Click or drag to resize

LiteDatabaseExecute(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#
public IBsonDataReader Execute(
	string command,
	params BsonValue[] args
)

Parameters

command  String
 
args  BsonValue
 

Return Value

IBsonDataReader

Implements

ILiteDatabaseExecute(String, BsonValue)
See Also