Get the SPARQL query that is generated from the LINQ

Namespace: BrightstarDB.EntityFramework.Query
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public string SparqlQuery { get; }
Visual Basic
Public ReadOnly Property SparqlQuery As String
	Get
Visual C++
public:
property String^ SparqlQuery {
	String^ get ();
}
F#
member SparqlQuery : string with get

Property Value

Type: String

See Also