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

Parameters

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

Return Value

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