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