BindingsPattern Class |
Namespace: VDS.RDF.Query.Patterns
The BindingsPattern type exposes the following members.
Name | Description | |
---|---|---|
BindingsPattern |
Creates a new Empty Bindings Pattern.
| |
BindingsPattern(IEnumerableString) |
Creates a new Bindings Pattern.
|
Name | Description | |
---|---|---|
FixedVariables |
Get the enumeration of fixed variables i.e. those guaranteed to be bound.
| |
FloatingVariables |
Gets the enumeration of floating variables i.e. those not guaranteed to be bound.
| |
Tuples |
Gets the enumeration of Tuples.
| |
Variables |
Gets the enumeration of Variables.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToMultiset |
Converts a Bindings Clause to a Multiset.
| |
ToString |
Gets the String representation of the Pattern.
(Overrides ObjectToString.) |