IDwDataExporter.ExportPlain Method
.NET Standard 2.x
Exports entity class data from the DataStore buffer in the specified DataFormat
.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
Method | Description |
---|---|
ExportPlain() | Exports entity class data from the DataStore primary buffer in the specified DataFormat . |
ExportPlain(bool changedOnly) | Exports entity class data from the DataStore primary buffer in the specified DataFormat , and specifies whether to export only the changed rows. |
ExportPlain(DwBuffer dwbuffer, bool changedOnly) | Exports entity class data from the specified buffer of the DataStore in the specified DataFormat , and specified whether to export only the changed rows. |
ExportPlain(bool primaryData, bool filterData, bool deleteData, bool dwcdata) | Exports entity class data(DataWindowChild ) from the specified buffer of the DataStore in the specified DataFormat . |
ExportPlain(DwBuffer dwbuffer) | Exports entity class data from the specified buffer of the DataStore in the specified DataFormat . |
ExportPlain(DwBuffer dwbuffer, int startRow) | Exports entity class data from the specified buffer of the DataStore in the specified DataFormat , and specifies the start position of the rows. |
ExportPlain(DwBuffer dwbuffer, int startRow, int endRow) | Exports entity class data from the specified buffer of the DataStore in the specified DataFormat , and specifies the start and end positions of the rows. |
ExportPlain(DwBuffer dwbuffer, int startRow, int endRow, int startColumn) | Exports entity class data from the specified buffer of the DataStore in the specified DataFormat , and specifies the start and end positions of the rows and the start position of the columns. |
ExportPlain(DwBuffer dwbuffer, int startRow, int endRow, int startColumn, int endColumn) | Exports entity class data from the specified buffer of the DataStore in the specified DataFormat , and specifies the start and end positions of the rows and columns. |