MaxRows |
Scroll |
Gets or sets the maximum number of rows the query will retrieve from the server.
Namespace: Therefore.API
Visual Basic Public Overridable Property MaxRows As Integer C# public virtual int MaxRows { get; set;}
Property ValueThe maximum number of rows the query will retrieve from the server. |
Optional Property Setting this property is optional. If it is left undefined a default value suitable for most applications will be used. |