The list of triples that will be added to the store

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

Syntax

C#
public List<ITriple> AddTriples { get; }
Visual Basic
Public ReadOnly Property AddTriples As List(Of ITriple)
	Get
Visual C++
public:
property List<ITriple^>^ AddTriples {
	List<ITriple^>^ get ();
}
F#
member AddTriples : List<ITriple> with get

Property Value

Type: List<(Of <(<'ITriple>)>)>

See Also