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

ConstructorViewInfo.Parameters Property

Obtains constructor parameters.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public ParametersViewInfo Parameters { get; }

Property Value

Type Description
ParametersViewInfo

A collection of ParametersViewInfo objects containing the settings of constructor parameters.

See Also