Method GetDatabaseNames
GetDatabaseNames()
Gets the names of the databases on this server.
public virtual IEnumerable<string> GetDatabaseNames()
Returns
- IEnumerable<string>
A list of database names.
Gets the names of the databases on this server.
public virtual IEnumerable<string> GetDatabaseNames()
A list of database names.