Click or drag to resize

IPropertyFunctionPattern.OriginalPatterns Property

Gets the original triple patterns that made up this pattern.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
IEnumerable<ITriplePattern> OriginalPatterns { get; }

Property Value

Type: IEnumerable<ITriplePattern>
See Also