RelationalDataProviderValidateSchemaAgainstServer Method

Validates the schema name against the actual source.

Namespace:  Dundas.BI.Data.DataProviders.Relational
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
public virtual bool ValidateSchemaAgainstServer(
	string schema,
	IDisposable connection
)

Parameters

schema
Type: SystemString
The schema name.
connection
Type: SystemIDisposable
The connection to execute the schema check on.

Return Value

Type: Boolean
, if the schema name is valid; otherwise .
See Also