DataStore.DataStore Constructor
.NET Standard 2.x
Initializes a new instance of the DataStore class using a DataWindow object.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Overloads
Constructor | Description |
---|---|
DataStore() | Initializes a new instance of the DataStore class. |
DataStore(string dataObject) | Initializes a new instance of the DataStore class using a DataWindow object. |
DataStore(string dataObject, DataContext context) | Initializes a new instance of the DataStore class using a DataWindow object and a DataContext object. |
DataStore(string dataObject, IEnumerable<IModelEntry> modelEntries) | Initializes a new instance of the DataStore class using a DataWindow object and a sequence of IModelEntry objects. |
DataStore(Type modelType) | Initializes a new instance of the DataStore class using a Type object. |
DataStore(Type modelType, DataContext context) | Initializes a new instance of the DataStore class using a Type object and a DataContext object. |