Skip to main content
A newer version of this page is available. .

SqlDataSourceUIHelper.AddQuery(SqlDataSource, UserLookAndFeel) Method

OBSOLETE

This overload is obsolete. Use AddQuery instead.

Use another SqlDataSourceUIHelper.AddQuery overload that accepts a SqlDataSource and EditQueryContext as parameters.

Namespace: DevExpress.DataAccess.UI.Sql

Assembly: DevExpress.DataAccess.v19.1.UI.dll

Declaration

[Obsolete("This overload is obsolete. Use AddQuery(this SqlDataSource dataSource, EditQueryContext context) instead.")]
public static bool AddQuery(
    this SqlDataSource dataSource,
    UserLookAndFeel lookAndFeel
)

Parameters

Name Type Description
dataSource SqlDataSource

A SqlDataSource to which the resulting query will be added.

lookAndFeel UserLookAndFeel

A UserLookAndFeel object, specifying the application’s look and feel settings.

Returns

Type Description
Boolean

true, if the dialog was finished by clicking the OK button; otherwise, false.

Remarks

This overload has become obsolete. Use another SqlDataSourceUIHelper.AddQuery overload that accepts a SqlDataSource and EditQueryContext as parameters.

See Also