Click or drag to resize
Grid Solutions Framework

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: AdoAdapters
Assembly: AdoAdapters (in AdoAdapters.dll) Version: 2.4.182-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; }
View Source

Property Value

String
See Also