CachedAqlQueryResultResults Property |
The number of documents/rows in the query result
Namespace:
ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public int? Results { get; set; }
Public Property Results As Integer?
Get
Set
public:
property Nullable<int> Results {
Nullable<int> get ();
void set (Nullable<int> value);
}
member Results : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also