DataStoreDataExtensions.ImportXmlByKey Method
.NET Standard 2.x
Inserts data from an XML string into the DataStore according to the key name of the XML item.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
Method | Description |
---|---|
ImportXmlByKey(this IDataStoreBase dataStore, string text) | Inserts data from an XML string into the DataStore according to the key name of the XML item. |
ImportXmlByKey(this IDataStoreBase dataStore, string text, DwBuffer dwbuffer) | Inserts data from an XML string into the specified buffer of DataStore according to the key name of the XML item. |
ImportXmlByKey(this IDataStoreBase dataStore, string text, DwBuffer dwuffer, int startRow) | Inserts data from an XML string into the specified buffer of DataStore according to the key name of the XML item. You can specify the starting position in the XML array. |
ImportXmlByKey(this IDataStoreBase dataStore, string text, DwBuffer dwbuffer, int startRow, int endRow) | Inserts data from an XML string into the specified buffer of DataStore according to the key name of the XML item. You can specify the starting and ending positions in the XML array. |