DataSourceQueryFirstRow Property |
Specifies, that only the first row of the current query will be retrieved. Used and applied only when the data source type is not multitable. [Required] [Default(false)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Reporting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool FirstRow { get; set; }
Public Property FirstRow As Boolean
Get
Set
public:
property bool FirstRow {
bool get ();
void set (bool value);
}
member FirstRow : bool with get, set
Property Value
Type:
Boolean
See Also