MultiQueryConfigureParametersPage<TModel>.Validate(out String) Method
In This Article
Creates a schema of the SqlDataSource.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
error |
String | A String value, specifying the error message text. |
#Returns
Type | Description |
---|---|
Boolean | true, if the schema has been created; otherwise, false. |
See Also