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