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)
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.