The list of triple patterns that will be checked for non-existence prior to executing the update transaction

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

Syntax

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

Property Value

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

See Also