Click or drag to resize

LiteEnginePragma(String) Method

Get engine internal pragma value

Namespace: Internal.LiteDB.Engine
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public BsonValue Pragma(
	string name
)

Parameters

name  String
 

Return Value

BsonValue

Implements

ILiteEnginePragma(String)
See Also