Click or drag to resize
ISQLiteConnectionStringBuilderTryGetValue Method
See SQLite docs.

Namespace: VirtualRadar.Interface.SQLite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool TryGetValue(
	string keyword,
	out Object value
)

Parameters

keyword
Type: SystemString
value
Type: SystemObject

Return Value

Type: Boolean
See Also