QuickFindSettings.QuickFindRecordLimit Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum number of records that match the quick find query criteria before an exception error is thrown. This is needed for faster execution of the quick find searches. Required.
public:
property int QuickFindRecordLimit { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int QuickFindRecordLimit { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.QuickFindRecordLimit : int with get, set
Public Property QuickFindRecordLimit As Integer
Property Value
The maximum number of records that match the quick find query criteria before an exception error is thrown. The default value for this setting is 10000.
- Attributes