ChangeDatabase

This method is not supported.

Declaration

// C#
public override void ChangeDatabase(string databaseName);

Parameters

  • databaseName

    The name of the database that replaces the current database name.

Implements

IDbConnection.ChangeDatabase

Exceptions

NotSupportedException - Method not supported.

Remarks

This method is not supported and throws a NotSupportedException if invoked.