Skip to main content
All docs
V24.2
.NET 8.0+

MSSqlConnectionProvider.GetConnectionStringWithoutIntegratedSecurity(String, String, String) Method

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v24.2.dll

Declaration

public static string GetConnectionStringWithoutIntegratedSecurity(
    string providerTypeString,
    string server,
    string database
)

Parameters

Name Type
providerTypeString String
server String
database String

Returns

Type
String
See Also