OracleConnectionParameters(String, String, String, OracleProviderType) Constructor
In This Article
Initializes a new instance of the OracleConnectionParameters class with specified settings.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public OracleConnectionParameters(
string serverName,
string userName,
string password,
OracleProviderType providerType
)
#Parameters
Name | Type |
---|---|
server |
String |
user |
String |
password | String |
provider |
Oracle |
See Also