ITriplePatternFixedVariables Property |
Gets the enumeration of fixed variables in the pattern i.e. variables that are guaranteed to have a bound value.
Namespace:
VDS.RDF.Query.Patterns
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax IEnumerable<string> FixedVariables { get; }
ReadOnly Property FixedVariables As IEnumerable(Of String)
Get
Property Value
Type:
IEnumerableStringSee Also