Bagikan melalui


SapTableSource.RowCount Property

Definition

Gets or sets the number of rows to be retrieved. Type: integer(or Expression with resultType integer).

[Newtonsoft.Json.JsonProperty(PropertyName="rowCount")]
public object RowCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rowCount")>]
member this.RowCount : obj with get, set
Public Property RowCount As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to