App GetDatabaseOwnersAsync Method (String, String, String)Qlik Sense .NET SDK - API Reference

Lists the owners of a database for a ODBC, OLEDB or CUSTOM connection.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task<IEnumerable<DatabaseOwner>> GetDatabaseOwnersAsync(
	string connectionId,
	string database = null,
	string userHandle = null
)

Parameters

connectionId
Type: OnlineSystem String
Identifier of the connection This parameter is mandatory.
database (Optional)
Type: OnlineSystem String
Name of the database This parameter is optional.
userHandle (Optional)
Type: OnlineSystem String
Handle identifier

Return Value

Type: OnlineTask OnlineIEnumerable DatabaseOwner  

Implements

IApp GetDatabaseOwnersAsync(String, String, String)
See Also