The list of triple patterns that will be removed from the store

Namespace: BrightstarDB.Client
Assembly: 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

Property Value

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

See Also