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

StoredProcedureViewInfo.Checked Property

Specifies whether a stored procedure is added to the list for use.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public bool Checked { get; set; }

Property Value

Type Description
Boolean

true, if the stored procedure is selected to be used; otherwise, false.

See Also