Skip to main content

MultiQueryConfigureParametersPage<TModel>.Validate(out String) Method

Creates a schema of the SqlDataSource.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public override bool Validate(
    out string errorMessage
)

Parameters

Name Type Description
errorMessage String

A String value, specifying the error message text.

Returns

Type Description
Boolean

true, if the schema has been created; otherwise, false.

See Also