| ISQLiteConnectionStringBuilderFailIfMissing Property  | 
            See SQLite docs.
            
 
Namespace: VirtualRadar.Interface.SQLiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxbool FailIfMissing { get; set; }Property FailIfMissing As Boolean
	Get
	Set
property bool FailIfMissing {
	bool get ();
	void set (bool value);
}abstract FailIfMissing : bool with get, set
Property Value
Type: 
Boolean
See Also