Back to Devexpress

FirebirdConnectionProvider.CreateProviderFromString(String, AutoCreateOption, out IDisposable[]) Method

xpo-devexpress-dot-xpo-dot-db-dot-firebirdconnectionprovider-dot-createproviderfromstring-x28-system-dot-string-devexpress-dot-xpo-dot-db-dot-autocreateoption-system-dot-idisposable-x29.md

latest1.9 KB
Original Source

FirebirdConnectionProvider.CreateProviderFromString(String, AutoCreateOption, out IDisposable[]) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.Xpo.DB

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public static IDataStore CreateProviderFromString(
    string connectionString,
    AutoCreateOption autoCreateOption,
    out IDisposable[] objectsToDisposeOnDisconnect
)
vb
Public Shared Function CreateProviderFromString(
    connectionString As String,
    autoCreateOption As AutoCreateOption,
    ByRef objectsToDisposeOnDisconnect As IDisposable()
) As IDataStore

Parameters

NameType
connectionStringString
autoCreateOptionAutoCreateOption
objectsToDisposeOnDisconnectIDisposable[]

Returns

Type
IDataStore

See Also

FirebirdConnectionProvider Class

FirebirdConnectionProvider Members

DevExpress.Xpo.DB Namespace