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 (26.2.0.1000)
Syntax
public virtual void SetConnectionSchema(
	IDisposable connection,
	string schemaName
)

Parameters

connection  IDisposable
The connection to set the schema on.
schemaName  String
The schema to use.
Exceptions
ExceptionCondition
NotSupportedExceptionThrown when the data provider does not support setting a schema on the connection.
See Also