DataStoreUnpackerExtensions.GetModelEntries Method
.NET Standard 2.x
Gets an IEnumerable object as an element to the IDataUnpacker object.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
| Method | Description |
|---|---|
| GetModelEntries<TModel>([NotNull]this IDataUnpacker packer,[NotNull]string key) | Gets an IEnumerable object as an element to the IDataUnpacker object. |
| GetModelEntries<TModel>([NotNull]this IDataUnpacker packer,[NotNull]string key,[NotNull]MappingMethod importMapping) | Gets an IEnumerable object as an element to the IDataUnpacker object, You can also specify the mapping method for export data from the IDataStore object. |