Class StringJoinAggregate
Represents the XPath fn:string-join() aggregate.
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Query.Aggregates.XPath
Assembly: dotNetRdf.dll
Syntax
public class StringJoinAggregate : BaseAggregate, ISparqlAggregate
Constructors
| Improve this Doc View SourceStringJoinAggregate(ISparqlExpression, ISparqlExpression)
Creates a new XPath String Join aggregate.
Declaration
public StringJoinAggregate(ISparqlExpression expr, ISparqlExpression sep)
Parameters
| Type | Name | Description |
|---|---|---|
| ISparqlExpression | expr | Expression. |
| ISparqlExpression | sep | Separator Expression. |
StringJoinAggregate(ISparqlExpression)
Creates a new XPath String Join aggregate which uses no separator.
Declaration
public StringJoinAggregate(ISparqlExpression expr)
Parameters
| Type | Name | Description |
|---|---|---|
| ISparqlExpression | expr | Expression. |
Fields
| Improve this Doc View Source_sep
Separator Expression.
Declaration
protected ISparqlExpression _sep
Field Value
| Type | Description |
|---|---|
| ISparqlExpression |
Properties
| Improve this Doc View SourceFunctor
Gets the Functor of the Expression.
Declaration
public override string Functor { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
| Improve this Doc View SourceSeparatorExpression
Declaration
public ISparqlExpression SeparatorExpression { get; }
Property Value
| Type | Description |
|---|---|
| ISparqlExpression |
Methods
| Improve this Doc View SourceAccept<TResult, TContext, TBinding>(ISparqlAggregateProcessor<TResult, TContext, TBinding>, TContext, IEnumerable<TBinding>)
Declaration
public override TResult Accept<TResult, TContext, TBinding>(ISparqlAggregateProcessor<TResult, TContext, TBinding> processor, TContext context, IEnumerable<TBinding> bindings)
Parameters
| Type | Name | Description |
|---|---|---|
| ISparqlAggregateProcessor<TResult, TContext, TBinding> | processor | |
| TContext | context | |
| System.Collections.Generic.IEnumerable<T><TBinding> | bindings |
Returns
| Type | Description |
|---|---|
| TResult |
Type Parameters
| Name | Description |
|---|---|
| TResult | |
| TContext | |
| TBinding |
Overrides
VDS.RDF.Query.Aggregates.BaseAggregate.Accept<TResult, TContext, TBinding>(VDS.RDF.Query.ISparqlAggregateProcessor<TResult, TContext, TBinding>, TContext, System.Collections.Generic.IEnumerable<TBinding>)
|
Improve this Doc
View Source
ToString()
Gets the String representation of the function.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |