The list of triple patterns that will be removed from the store
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public List<ITriple> DeletePatterns { get; } |
| Visual Basic |
|---|
Public ReadOnly Property DeletePatterns As List(Of ITriple) Get |
| Visual C++ |
|---|
public: property List<ITriple^>^ DeletePatterns { List<ITriple^>^ get (); } |
| F# |
|---|
member DeletePatterns : List<ITriple> with get |