←Select platform

MaxQueryResults Property

Summary

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

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

Property Value

the maximum number of rows to return.

Remarks

The following methods are all affected by 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.