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