SemWeb : SemWeb.Stores Namespace
DebuggedSource Class

Documentation for this section has not yet been entered.

public class DebuggedSource : SemWeb.QueryableSource

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

Members

See Also: Inherited members from object.

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

[read-only]
Distinct bool . Documentation for this section has not yet been entered.

Public Methods

Contains (SemWeb.Resource) : bool
Documentation for this section has not yet been entered.
Contains (SemWeb.Statement) : bool
Documentation for this section has not yet been entered.
MetaQuery (SemWeb.Statement[], SemWeb.Query.QueryOptions) : SemWeb.Query.MetaQueryResult
Documentation for this section has not yet been entered.
Query (SemWeb.Statement[], SemWeb.Query.QueryOptions, SemWeb.Query.QueryResultSink)
Documentation for this section has not yet been entered.
Select (SemWeb.StatementSink)
Documentation for this section has not yet been entered.
Select (SemWeb.SelectFilter, SemWeb.StatementSink)
Documentation for this section has not yet been entered.
Select (SemWeb.Statement, SemWeb.StatementSink)
Documentation for this section has not yet been entered.

Member Details

DebuggedSource Constructor

Documentation for this section has not yet been entered.

public DebuggedSource (SemWeb.SelectableSource source, System.IO.TextWriter output)

Parameters

source
Documentation for this section has not yet been entered.
output
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

Contains Method

Documentation for this section has not yet been entered.

public bool Contains (SemWeb.Resource resource)

Parameters

resource
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

Contains Method

Documentation for this section has not yet been entered.

public bool Contains (SemWeb.Statement template)

Parameters

template
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

Distinct Property

Documentation for this section has not yet been entered.

public bool Distinct { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

MetaQuery Method

Documentation for this section has not yet been entered.

public virtual SemWeb.Query.MetaQueryResult MetaQuery (SemWeb.Statement[] graph, SemWeb.Query.QueryOptions options)

Parameters

graph
Documentation for this section has not yet been entered.
options
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

Query Method

Documentation for this section has not yet been entered.

Parameters

graph
Documentation for this section has not yet been entered.
options
Documentation for this section has not yet been entered.
sink
Documentation for this section has not yet been entered.

Exceptions

Type Reason
NotSupportedException Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

Select Method

Documentation for this section has not yet been entered.

public void Select (SemWeb.StatementSink sink)

Parameters

sink
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

Select Method

Documentation for this section has not yet been entered.

public void Select (SemWeb.SelectFilter filter, SemWeb.StatementSink sink)

Parameters

filter
Documentation for this section has not yet been entered.
sink
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0

Select Method

Documentation for this section has not yet been entered.

public void Select (SemWeb.Statement template, SemWeb.StatementSink sink)

Parameters

template
Documentation for this section has not yet been entered.
sink
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Stores
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.5, 1.0.7.0