Skip to main content
All docs
V25.1
  • .NET 8.0+

    MSSqlConnectionProvider.CreateConnection(String) Method

    For internal use.

    Namespace: DevExpress.Xpo.DB

    Assembly: DevExpress.Xpo.v25.1.dll

    NuGet Package: DevExpress.Xpo

    Declaration

    public static IDbConnection CreateConnection(
        string connectionString
    )

    Parameters

    Name Type
    connectionString String

    Returns

    Type
    IDbConnection
    See Also