Class SparqlUpdateValidator
A Syntax Validator for validating SPARQL Update Commands.
Inheritance
System.Object
SparqlUpdateValidator
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Parsing.Validation
Assembly: dotNetRdf.dll
Syntax
public class SparqlUpdateValidator : ISyntaxValidator
Methods
| Improve this Doc View SourceValidate(string)
Validates whether the given data is a SPARQL Update Command.
Declaration
public ISyntaxValidationResults Validate(string data)
Parameters
Type | Name | Description |
---|---|---|
string | data | Data. |
Returns
Type | Description |
---|---|
ISyntaxValidationResults |