A sink for statements, such as a RdfWriter or a Store.
Inherit from the class to create an object that can receive streaming statements from a call to Store.Select(Statement, StatementSink).
Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.0, 1.0.6.2
⊟ Public Methods
⊟ Add Method
Called to stream a new statement.
⊟ Parameters
- statement
- A statement.
⊟ Returns
Return false to signal the caller to discontinue streaming. Otherwise, return true.⊟ Remarks
None.⊟ Requirements
Namespace: SemWeb
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.2