DataStoreBase.QueryDataStore(IDbConnection, AutoCreateOption) Method
In This Article
Creates a data store based on specified settings.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public static IDataStore QueryDataStore(
IDbConnection connection,
AutoCreateOption autoCreateOption
)
#Parameters
Name | Type | Description |
---|---|---|
connection | IDb |
An object which implements the IDb |
auto |
Auto |
An Auto |
#Returns
Type | Description |
---|---|
IData |
A data store implementing the IData |
See Also