←Select platform

MaxQueryResults Property

Summary

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

Syntax
C#
C++/CLI
public int MaxQueryResults { get; set; } 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly

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