The list of triple patterns that will be checked for 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> ExistencePreconditions { get; }
Visual Basic
Public ReadOnly Property ExistencePreconditions As List(Of ITriple)
	Get
Visual C++
public:
property List<ITriple^>^ ExistencePreconditions {
	List<ITriple^>^ get ();
}
F#
member ExistencePreconditions : List<ITriple> with get

Property Value

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

See Also