SqlDataSourceUIHelper.ManageRelations(SqlDataSource, UserLookAndFeel, IWin32Window) Method
OBSOLETE
This overload is obsolete now. Use Manage
Invokes the Master-Detail Relations Editor to specify the key data fields by which a pair of queries is related.
Namespace: DevExpress.DataAccess.UI.Sql
Assembly: DevExpress.DataAccess.v24.2.UI.dll
NuGet Package: DevExpress.DataAccess.UI
#Declaration
[Obsolete("This overload is obsolete now. Use ManageRelations(this SqlDataSource sqlDataSource, ManageRelationsContext context) instead.")]
public static bool ManageRelations(
this SqlDataSource sqlDataSource,
UserLookAndFeel lookAndFeel,
IWin32Window owner
)
#Parameters
Name | Type | Description |
---|---|---|
sql |
Sql |
A Sql |
look |
User |
A User |
owner | IWin32Window | An object implementing the IWin32Window interface that is the owner of the current dialog window. |
#Returns
Type | Description |
---|---|
Boolean | true, if the dialog was finished by clicking the OK button; otherwise, false. |
#Remarks
After adding two or more queries to a data connection, it becomes possible to configure their data relations by using the Master-Detail Relations Editor (invoked by calling the SqlDataSourceUIHelper.ManageRelations method of the SqlDataSourceUIHelper class).