BindingsPatternFixedVariables Property |
Get the enumeration of fixed variables i.e. those guaranteed to be bound.
Namespace:
VDS.RDF.Query.Patterns
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public IEnumerable<string> FixedVariables { get; }
Public ReadOnly Property FixedVariables As IEnumerable(Of String)
Get
Property Value
Type:
IEnumerableStringSee Also