| 
            
              AdoInputAdapterCacheFileName Property
             | 
          
        
        
            Gets or sets a cache file name so that when defined, future data loads will be from cache instead of the database as an optimization.
            
        
        Namespace: AdoAdaptersAssembly: AdoAdapters (in AdoAdapters.dll) Version: 2.4.258-beta
Syntax[ConnectionStringParameterAttribute]
[DefaultValueAttribute(null)]
[CustomConfigurationEditorAttribute("GSF.TimeSeries.UI.WPF.dll", "GSF.TimeSeries.UI.Editors.FileDialogEditor", 
	"type=save; defaultExt=.ado; filter=ADO Cache Files|*.ado|All Files|*.*")]
public string CacheFileName { get; set; }<ConnectionStringParameterAttribute>
<DefaultValueAttribute(Nothing)>
<CustomConfigurationEditorAttribute("GSF.TimeSeries.UI.WPF.dll", "GSF.TimeSeries.UI.Editors.FileDialogEditor", 
	"type=save; defaultExt=.ado; filter=ADO Cache Files|*.ado|All Files|*.*")>
Public Property CacheFileName As String
	Get
	Setpublic:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(nullptr)]
[CustomConfigurationEditorAttribute(L"GSF.TimeSeries.UI.WPF.dll", L"GSF.TimeSeries.UI.Editors.FileDialogEditor", 
	L"type=save; defaultExt=.ado; filter=ADO Cache Files|*.ado|All Files|*.*")]
property String^ CacheFileName {
	String^ get ();
	void set (String^ value);
}[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute(null)>]
[<CustomConfigurationEditorAttribute("GSF.TimeSeries.UI.WPF.dll", "GSF.TimeSeries.UI.Editors.FileDialogEditor", 
	"type=save; defaultExt=.ado; filter=ADO Cache Files|*.ado|All Files|*.*")>]
member CacheFileName : string with get, setfunction get_CacheFileName();
function set_CacheFileName(value);
 View SourceProperty Value
String
See Also