Back to Devexpress

MSSqlConnectionProvider.GetConnectionString Method

xpo-devexpress-dot-xpo-dot-db-dot-mssqlconnectionprovider-dot-getconnectionstring.md

latest1.4 KB
Original Source

MSSqlConnectionProvider.GetConnectionString Method

NameParametersDescription
GetConnectionString(String, Int32, String, String, String) staticserver, port, userId, password, databaseReturns a connection string used to open a specified Microsoft SQL database using provided login credentials.
GetConnectionString(String, Int32, String) staticserver, port, databaseReturns a connection string used to open a specified Microsoft SQL database using provided login credentials.
GetConnectionString(String, String, String, String) staticserver, userId, password, databaseReturns a connection string used to open a specified Microsoft SQL database using provided login credentials.
GetConnectionString(String, String) staticserver, databaseReturns a connection string used to open a specified Microsoft SQL database using Windows Integrated Security.