←Select platform

MaxQueryResults Property (IStorageDataAccessAgent)

Summary

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

Syntax

C#
VB
C++
public abstract 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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Medical.Storage.DataAccessLayer Assembly
Click or drag to resize