ISQLiteConnectionStringBuilderTryGetValue Method |
See SQLite docs.
Namespace: VirtualRadar.Interface.SQLiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax bool TryGetValue(
string keyword,
out Object value
)
Function TryGetValue (
keyword As String,
<OutAttribute> ByRef value As Object
) As Boolean
bool TryGetValue(
String^ keyword,
[OutAttribute] Object^% value
)
abstract TryGetValue :
keyword : string *
value : Object byref -> bool
Parameters
- keyword
- Type: SystemString
- value
- Type: SystemObject
Return Value
Type:
BooleanSee Also