←Select platform

MaxQueryResults Property

Summary

Gets or sets a value indicating the maximum number of rows to return.

Syntax
C#
VB
C++
public int MaxQueryResults { get; set; } 
Public MustOverride Property MaxQueryResults() As Integer 
public:  
   virtual property int MaxQueryResults 
   { 
      int get() abstract; 
      void set(int value) abstract; 
   } 

Property Value

the maximum number of rows to retur

Remarks

The following methods should be affected by MaxQueryResults, so that they return at most MaxQueryResults. If MaxQueryResults is set to 0, then the number of rows to return is not limited.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.