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

ConnectionOptions(ConnectionOptions) Constructor

Initializes a new instance of the ConnectionOptions class with the specified prototype.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public ConnectionOptions(
    ConnectionOptions other
)

Parameters

Name Type Description
other ConnectionOptions

A ConnectionOptions object, specifying a prototype for a new ConnectionOptions instance.

See Also