Returns a string containing all of the namespace prefix declarations formatted
for a SPARQL query or update expression
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public string AsSparql() |
| Visual Basic |
|---|
Public Function AsSparql As String |
| Visual C++ |
|---|
public:
String^ AsSparql() |
| F# |
|---|
member AsSparql : unit -> string
|
Return Value
Type:
StringA string consisting of one PREFIX statement for each namespace declaration, with each
declaration on a separate line.
See Also