←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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly