Initializes a new instance of the AdsConnection class with the given connection string.
public AdsConnection( string connectionString );
Remarks
This constructor creates an AdsConnection object and initializes the object with the given connection string.
See Also