Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 494 Bytes

File metadata and controls

16 lines (11 loc) · 494 Bytes

WrappedConnection.ChangeDatabase method

namespace: Serenity.Data   assemblySerenity.Net.Data

Changes the current database for an open Connection object.

public void ChangeDatabase(string databaseName)
parameter description
databaseName The name of the database to use in place of the current database.

See Also