BdcDataSource.MaxRows Property

Gets or sets the number of rows for which to return data.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property MaxRows As Integer
    Get
    Set
'Usage
Dim instance As BdcDataSource
Dim value As Integer

value = instance.MaxRows

instance.MaxRows = value
public int MaxRows { get; set; }

Property Value

Type: System.Int32
A Int32 object.

Remarks

If the value of this property is 0, there is no limit to the number of rows, and all rows are returned. The default value is 0.

See Also

Reference

BdcDataSource Class

BdcDataSource Members

Microsoft.SharePoint.WebControls Namespace