Connection.supportsFeature

Asks the underlying provider for if a specific feature is supported.

class Connection
bool
supportsFeature

Parameters

feature gda.types.ConnectionFeature

feature to ask for.

Return Value

Type: bool

true if the provider supports it, false if not.