IDataExportSettings interface
Represents some settings used during exporting operations
public interface Korzh.EasyQuery.Services.IDataExportSettingsProperties
Section titled “Properties”| Type | Name | Description |
|---|---|---|
String | DateFormat | Gets or sets the format of date values. |
Boolean | ShowColumnNames | Gets or sets a value indicating whether column names should be included into export result. |
String | TimeFormat | Gets or sets the format of time values. |
Int32 | TimezoneOffset | Timezone offset (in minutes) for all dates used in the query. If 0 - no offset is applied |