Show / Hide Table of Contents

Delegate SparqlWarning

Delegate Type for Warning Events raised by SPARQL Readers and Writers for Queries, Updates and Results.
Namespace: VDS.RDF
Assembly: dotNetRDF.dll
Syntax
public delegate void SparqlWarning(string message);
Parameters
Type Name Description
System.String message Warning Message.

Extension Methods

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