SqlDataConnection(IDataStore) Constructor
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v23.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
Name | Type |
---|---|
dataStore | IDataStore |
See Also
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v23.1.dll
NuGet Package: DevExpress.DataAccess
public SqlDataConnection(
IDataStore dataStore
)
Public Sub New(
dataStore As IDataStore
)
Name | Type |
---|---|
dataStore | IDataStore |
No
Your feedback is appreciated.