If true the result is expected to have triples and their subjects grouped.For each subject group a new entity is created.

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

Syntax

C#
public bool ExpectTriplesWithOrderedSubjects { get; set; }
Visual Basic
Public Property ExpectTriplesWithOrderedSubjects As Boolean
	Get
	Set
Visual C++
public:
property bool ExpectTriplesWithOrderedSubjects {
	bool get ();
	void set (bool value);
}
F#
member ExpectTriplesWithOrderedSubjects : bool with get, set

Property Value

Type: Boolean

See Also