Open this page in the API Guide

RelationalDataProvider.ValidateSchemaAgainstServer 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 (25.1.0.1000)
Syntax
public virtual bool ValidateSchemaAgainstServer(
	string schema,
	IDisposable connection
)

Parameters

schema
Type: System.String
The schema name.
connection
Type: System.IDisposable
The connection to execute the schema check on.

Return Value

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