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

PreviewData.IsRowLimitApplied Property

Indicates whether or not the data obtained for preview should be limited by the first 1000 data rows.

Namespace: DevExpress.DataAccess.Wizard

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public bool IsRowLimitApplied { get; }

Property Value

Type Description
Boolean

true to obtain only the first 1000 rows from the database; false to obtain all available data rows.

Remarks

This setting is only applied to SelectQuery objects of a SqlDataSource.

See Also