AccessConnectionProviderMultiUserThreadSafe.CreateProviderFromString(String, AutoCreateOption, out IDisposable[]) Method
In This Article
This method supports the internal infrastructure and is not intended to be called directly from your code.
Namespace: DevExpress.Xpo.DB
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public static IDataStore CreateProviderFromString(
string connectionString,
AutoCreateOption autoCreateOption,
out IDisposable[] objectsToDisposeOnDisconnect
)
#Parameters
Name | Type |
---|---|
connection |
String |
auto |
Auto |
objects |
IDisposable[] |
#Returns
Type |
---|
IData |
See Also