Table of Contents

Interface IDatabaseService

Namespace
Oqtane.Services
Assembly
Oqtane.Client.dll

Service to retrieve Database information.

public interface IDatabaseService

Methods

GetDatabasesAsync()

Returns a list of databases

Task<List<Database>> GetDatabasesAsync()

Returns

Task<List<Database>>