Skip to main content
A newer version of this page is available. .

AseConnectionParameters Constructors

Contains parameters used to establish a connection to an ASE database server.
Name Parameters Description
AseConnectionParameters() none Initializes a new instance of the AseConnectionParameters class with the default settings.
AseConnectionParameters(String, String, String, String) serverName, databaseName, userName, password Initializes a new instance of the AseConnectionParameters class.
See Also