UnionTripleCollectionCount Property |
Gets the count of Triples in this union.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public override int Count { get; }
Public Overrides ReadOnly Property Count As Integer
Get
Property Value
Type:
Int32Remarks
The Count is the total number of Triples, this may be different from the number of distinct triples.
See Also