DataStorePackerExtensions.GetDataStore Method
.NET Standard 2.x
Gets an IDataStore
object created by the specified element and the DataWindow object specified by the element and/or name parameter.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
Method | Description |
---|---|
GetDataStore([NotNull]this IDataPacker dataPacker,[NotNull]string key) | Gets an IDataStore object created by the specified element and the DataWindow object specified by the element. |
GetDataStore([NotNull]this IDataPacker dataPacker,[NotNull]string key,[NotNull]string name) | Gets an IDataStore object created by the specified element and the DataWindow object specified by the name parameter. |
GetDataStore([NotNull]this IDataPacker dataPacker,[NotNull]string key, [NotNull]DataContext context) | Gets an IDataStore object created by the specified element, the DataWindow object specified by the element, and the DataContext object. |
GetDataStore([NotNull]this IDataPacker dataPacker,[NotNull]string key,[NotNull]MappingMethod importMapping) | Gets an IDataStore object created by the specified element and the DataWindow object specified by the element. You can also specify the mapping method for importing data into the IDataStore object. |
GetDataStore([NotNull]this IDataPacker dataPacker,[NotNull]string key,[NotNull]string name,[NotNull]MappingMethod importMapping) | Gets an IDataStore object created by the specified element and the DataWindow object specified by the name parameter. You can also specify the mapping method for importing data into the IDataStore object. |
GetDataStore([NotNull]this IDataPacker dataPacker,[NotNull]string key,[NotNull]DataContext context,[NotNull]MappingMethod importMapping) | Gets an IDataStore object created by the specified element, the DataWindow object specified by the element, and the DataContext object. You can also specify the mapping method for importing data into the IDataStore object. |
GetDataStore([NotNull]this IDataPacker dataPacker,[NotNull]string key,DataContext context,string name) | Gets an IDataStore object created by the specified element, the DataWindow object specified by the name parameter, and the DataContext object. |
GetDataStore([NotNull]this IDataPacker dataPacker,[NotNull]string key,DataContext context,string name,[NotNull]MappingMethod importMapping) | Gets an IDataStore object created by the specified element, the DataWindow object specified by the name parameter, and the DataContext object. You can also specify the mapping method for importing data into the IDataStore object. |
GetDataStore<TModel>([NotNull]this IDataPacker dataPacker,[NotNull]string key) | Gets an IDataStore object created by the specified element and the DataWindow object specified by the element. |
GetDataStore<TModel>([NotNull]this IDataPacker dataPacker,[NotNull]string key,DataContext context) | Gets an IDataStore object created by the specified element, the DataWindow object specified by the element, and the DataContext object. |
GetDataStore<TModel>( [NotNull]this IDataPacker dataPacker,[NotNull]string key,[NotNull]MappingMethod importMapping) | Gets an IDataStore object created by the specified element and the DataWindow object specified by the element. You can also specify the mapping method for importing data into the IDataStore object. |
GetDataStore<TModel>([NotNull]this IDataPacker dataPacker,[NotNull]string key,DataContext context,[NotNull]MappingMethod importMapping) | Gets an IDataStore object created by the specified element and the DataWindow object specified by the element. You can also specify the mapping method for importing data into the IDataStore object. |