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

PreviewData(Object, Boolean) Constructor

Initializes a new instance of the PreviewData class with the specified settings.

Namespace: DevExpress.DataAccess.Wizard

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public PreviewData(
    object data,
    bool isRowLimitApplied
)

Parameters

Name Type Description
data Object

A Object value. This value is assigned to the PreviewData.Data property.

isRowLimitApplied Boolean

true, to obtain only the first 1000 rows from the database; false to obtain all available data rows. This value is assigned to the PreviewData.IsRowLimitApplied property.

See Also