Show / Hide Table of Contents

Class SparqlUpdateValidator

A Syntax Validator for validating SPARQL Update Commands.
Inheritance
System.Object
SparqlUpdateValidator
Implements
ISyntaxValidator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Parsing.Validation
Assembly: dotNetRDF.dll
Syntax
public class SparqlUpdateValidator : ISyntaxValidator

Methods

| Improve this Doc View Source

Validate(String)

Validates whether the given data is a SPARQL Update Command.
Declaration
public ISyntaxValidationResults Validate(string data)
Parameters
Type Name Description
System.String data Data.
Returns
Type Description
ISyntaxValidationResults

Implements

ISyntaxValidator

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • Validate(String)
  • Implements
  • Extension Methods
Back to top Generated by DocFX