Holds an Int32 value. This value indicates the number of maximum rows the search will return. This is acheived by adding the TOP x in the SELECT statement. If this value is set to -1 (by default) all rows will be returned.
| C# | |
|---|---|
virtual int MaxRecords {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0