A binding between a query variable and a resource in the target data model.
|
See Also: Inherited members from ValueType.
Constructs a new VariableBinding struct. |
Name [read-only] | string . The name of the variable as used in the query, or null if it had no name. |
Target
|
SemWeb.Resource . The resource in the target data model that the variable is bound to, or null. |
Variable
|
SemWeb.Variable . The variable. |
static |
Substitute
(VariableBinding[], SemWeb.Statement) Replaces the variables in the statement with their bound values. |
The variable.
The resource in the target data model that the variable is bound to, or null.
Replaces the variables in the statement with their bound values.
The name of the variable as used in the query, or null if it had no name.
Constructs a new VariableBinding struct.