Class BaseHashFunction
Abstract base class for Hash Functions.
Inheritance
BaseHashFunction
      
      
      
      
      
      
  Implements
Inherited Members
Namespace: VDS.RDF.Query.Expressions.Functions.Sparql.Hash
Assembly: dotNetRdf.dll
Syntax
public abstract class BaseHashFunction : BaseUnaryExpression, ISparqlExpression
  Constructors
| Edit this page View SourceBaseHashFunction(ISparqlExpression)
Creates a new Hash function.
Declaration
protected BaseHashFunction(ISparqlExpression expr)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ISparqlExpression | expr | Expression.  | 
      
Properties
| Edit this page View SourceType
Gets the Type of the Expression.
Declaration
public override SparqlExpressionType Type { get; }
  Property Value
| Type | Description | 
|---|---|
| SparqlExpressionType | 
Overrides
Methods
| Edit this page View SourceToString()
Gets the String representation of the function.
Declaration
public override abstract string ToString()
  Returns
| Type | Description | 
|---|---|
| string |