QueryDefinitionMaxRecords Property |
Gets the maximum number or records to return.
Namespace:
Dundas.BI.Data.DataProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic int MaxRecords { get; }Public ReadOnly Property MaxRecords As Integer
Get
public:
property int MaxRecords {
int get ();
}member MaxRecords : int with get
Property Value
Type:
Int32
The maximum number or records to return.
See Also