ExportTableOptions.SkipErrorValue

ExportTableOptions.SkipErrorValue property

Indicates whether skip invalid value for the column. For example,if the column type is decimal ,the value is greater than decimal.MaxValue and this property is true,we will not throw exception again. The default value is false.

public bool SkipErrorValue { get; set; }

See Also