ITriplePatternFloatingVariables 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:
Syntax IEnumerable<string> FloatingVariables { get; }
ReadOnly Property FloatingVariables As IEnumerable(Of String)
Get
Property Value
Type:
IEnumerableStringSee Also