Returns the number of entries which has non-null value at the specified path.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public AggregationSet Count( string path )
Public Function Count ( _ path As String _ ) As AggregationSet
public: AggregationSet^ Count( String^ path )
public AggregationSet Count( String path )
Parameters
- path (String)
- Path to inspect
Return Value
Number of entries with non-null values at the specified path