Query RowLimit Property

Defines the top X rows the caller is expecting, a default value of zero expects all results from the query.

Namespace:  Scribe.Core.ConnectorApi.Query
Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

[DataMemberAttribute(Order = 4)]
public int RowLimit { get; set; }

Property Value

Type: Int32

See

Query Class

Scribe.Core.ConnectorApi.Query Namespace