DataStoreDataExtensions.ExportXml Method
.NET Standard 2.x
Exports data from the primary buffer to a DataWindow XML string.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
Method |
Description |
ExportXml(this IDataStoreBase dataStore, MappingMethod mappingMethod) |
Exports data from the DataStore primary buffer to a DataWindow XML string. |
ExportXml(this IDataStoreBase dataStore, bool changeOnly, MappingMethod mappingMethod) |
Exports all rows or only the changed rows from DataStore to a DataWindow XML string. |
ExportXml(this IDataStoreBase dataStore, DwBuffer dwbuffer, bool changedOnly, MappingMethod mappingMethod) |
Exports all rows or only the changed rows from all or specified buffers to a DataWindow XML string. |
ExportXml(this IDataStoreBase dataStore, bool primaryData, bool filterData, bool deleteData, bool dwcdata, MappingMethod mappingMethod) |
Exports data from the specified buffer(s) and/or DataWindowChild to a DataWindow XML string. |
ExportXml(this IDataStoreBase dataStore, DwBuffer dwbuffer, MappingMethod mappingMethod) |
Exports data from the specified buffer to a DataWindow XML string. |
ExportXml(this IDataStoreBase dataStore, DwBuffer dwbuffer, int startRow, MappingMethod mappingMethod) |
Exports the rows (from the specified starting position to the end) from the specified buffer to a DataWindow XML string. |
ExportXml(this IDataStoreBase dataStore, DwBuffer dwbuffer, int startRow, int endRow, MappingMethod mappingMethod) |
Exports the rows (from the specified starting position to the ending position) from the specified buffer to a DataWindow XML string. |
ExportXml(this IDataStoreBase dataStore, DwBuffer dwbuffer, int startRow, int endRow, int startColumn, MappingMethod mappingMethod) |
Exports the rows (from the specified starting position to the ending position) and the columns (from the specified starting position to the end) from the specified buffer to a DataWindow XML string. |
ExportXml(this IDataStoreBase dataStore, DwBuffer dwbuffer, int startRow, int endRow, int startColumn, int endColumn, MappingMethod mappingMethod) |
Exports the rows (from the specified starting position to the ending position) and the columns (from the specified starting position to the ending position) from the specified buffer to a DataWindow XML string. |