ObjectDataSourceUIHelper.EditConstructor(ObjectDataSource, ISolutionTypesProvider, IWizardRunnerContext, IParameterService, OperationMode) Method
Invokes the Configure Constructor Settings dialog with the specified settings.
Namespace:DevExpress.DataAccess.UI.ObjectBinding
Assembly:DevExpress.DataAccess.v17.2.UI.dll
Note: This API is now obsolete.
This overload is obsolete. Use EditConstructor(this ObjectDataSource dataSource, EditConstructorContext context) instead.

Syntax
C# |
public static bool EditConstructor(
ObjectDataSource objectDataSource,
ISolutionTypesProvider solutionTypesProvider,
IWizardRunnerContext context,
IParameterService parameterService,
OperationMode operationMode
)
|
VB |
static Public Function EditConstructor(
ByVal objectDataSource As ObjectDataSource,
ByVal solutionTypesProvider As ISolutionTypesProvider,
ByVal context As IWizardRunnerContext,
ByVal parameterService As IParameterService,
ByVal operationMode As OperationMode
) As Boolean
|
Return value
Type: Boolean
true, if the dialog was closed by clicking the Finish button; otherwise, false.

See Also
Is this topic helpful?
Additional Feedback
Close