The NTriple/NQuads patterns that MUST exist in the store for the update to be applied

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

Syntax

C#
public string ExistencePreconditions { get; set; }
Visual Basic
Public Property ExistencePreconditions As String
	Get
	Set
Visual C++
public:
property String^ ExistencePreconditions {
	String^ get ();
	void set (String^ value);
}
F#
member ExistencePreconditions : string with get, set

Property Value

Type: String

See Also