Click or drag to resize

ConnectionStringItem Property

Get value from parsed connection string. Returns null if not found

Namespace: Internal.LiteDB
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public string this[
	string key
] { get; }

Parameters

key  String
 

Property Value

String
See Also