IDataStoreBase.ImportEntry Method
.NET Standard 2.x
Imports an IModelEntry object, which contains data and state, to the end of the DataStore.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
| Method | Description |
|---|---|
| ImportEntry(IModelEntry modelEntry) | Imports an IModelEntry object, which contains data and state, to the end of the DataStore. |
| ImportEntry(IEnumerable<IModelEntry> modelEntries) | Imports a sequence of IModelEntry objects, which contain data and state, to the end of the DataStore. |