The maximum number of rows to return with the query. -1 means no limit is imposed.
If/when the number of returned rows exceeds limit, an exception
is thrown and the query is closed.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 10.6.6.1 (10.6.6.1)
Syntax
C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Use the MaxResultSetSize property instead.")] public int Limit { get; set; }
<ObsoleteAttribute("Use the MaxResultSetSize property instead.")> _ Public Property Limit As Integer Get Set
public: [ObsoleteAttribute(L"Use the MaxResultSetSize property instead.")] property int Limit { int get (); void set (int value); }