|
CsvExportAdapterEnableTimeReasonabilityValidation Property
|
Gets or sets the flag that determines if timestamps should be validated against local clock for reasonability.
Namespace: CsvAdaptersAssembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
[DefaultValueAttribute(false)]
public bool EnableTimeReasonabilityValidation { get; set; }
[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute(false)>]
member EnableTimeReasonabilityValidation : bool with get, set
function get_EnableTimeReasonabilityValidation();
function set_EnableTimeReasonabilityValidation(value);
View SourceProperty Value
BooleanSee Also