The raw XML sparql result stream

Namespace: BrightstarDB.Client
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

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

Property Value

Type: Stream

See Also