The NTriples/NQuads patterns that MUST NOT exist in the store for the update to be applied
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
C# |
---|
public string NonexistencePreconditions { get; set; } |
Visual Basic |
---|
Public Property NonexistencePreconditions As String
Get
Set |
Visual C++ |
---|
public:
property String^ NonexistencePreconditions {
String^ get ();
void set (String^ value);
} |
F# |
---|
member NonexistencePreconditions : string with get, set
|
Property Value
Type:
String
See Also