NDepend.API Documentation
IsSingleScalarResult Property
NDepend.CodeQuery Namespace > IQueryExecutionSuccessResult Interface : IsSingleScalarResult Property
Gets a value indicating whether the code query returned a single scalar result.
Syntax
bool IsSingleScalarResult {get;}
Remarks
Only CQLinq queries can return a scalar result through aggregation operators like Count() or Sum().
In such case Records is an empty collection.
Requirements

Target Platforms: Windows 11, 10, 8, 7and Linux, MacOS with net10.0, net9.0 or net8.0 installed

See Also

Reference

IQueryExecutionSuccessResult Interface
IQueryExecutionSuccessResult Members