AdsConnection Constructor()

Advantage .NET Data Provider

Initializes a new instance of the AdsConnection class.

public AdsConnection();

Remarks

This constructor creates an AdsConnection object with all of the default settings. Before opening a connection object created with this constructor, it is necessary to set the ConnectionString property.

See Also

AdsConnection

AdsConnection.ConnectionString