RelationalDataProviderSetConnectionSchema Method

Sets the schema on the connection.

Namespace:  Dundas.BI.Data.DataProviders.Relational
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public virtual void SetConnectionSchema(
	IDisposable connection,
	string schemaName
)

Parameters

connection
Type: SystemIDisposable
The connection to set the schema on.
schemaName
Type: SystemString
The schema to use.
Exceptions
ExceptionCondition
NotSupportedExceptionThrown when the data provider does not support setting a schema on the connection.
See Also