Represents a row of results from a query.
|
See Also: Inherited members from object.
Constructs a VariableBindings instance. |
Count [read-only] | int . The number of variables represented by this row. |
Item
[SemWeb.Variable]
[read-only]
default property |
SemWeb.Resource . Gets the resource bound by a variable. |
Item
[string]
[read-only]
default property |
SemWeb.Resource . Gets the resource bound by a variable of the given name. |
Values [read-only] | System.Collections.Generic.IList<SemWeb.Resource> . The values bound by the variables in this row. |
Variables [read-only] | System.Collections.Generic.IList<SemWeb.Variable> . The variables bound in this row. |
Substitute
(SemWeb.Statement) Performs a substitution on a statement. |
Constructs a VariableBindings instance.
The number of variables represented by this row.
This is the default property for this class.
Gets the resource bound by a variable.
Performs a substitution on a statement.
The values bound by the variables in this row.
The variables bound in this row.
This is the default property for this class.
Gets the resource bound by a variable of the given name.