Skip to main content
A newer version of this page is available. .
All docs
V21.2

SqlDataSourceUIHelper.RebuildResultSchemaAsync(SqlDataSource, RebuildResultSchemaContext, CancellationTokenSource) Method

Namespace: DevExpress.DataAccess.UI.Sql

Assembly: DevExpress.DataAccess.v21.2.UI.dll

NuGet Packages: DevExpress.DataAccess.UI, DevExpress.Win.Design

Declaration

public static Task<bool> RebuildResultSchemaAsync(
    this SqlDataSource dataSource,
    RebuildResultSchemaContext context,
    CancellationTokenSource tokenSource
)

Parameters

Name Type
dataSource SqlDataSource
context RebuildResultSchemaContext
tokenSource CancellationTokenSource

Returns

Type
Task<Boolean>
See Also