SemWeb : SemWeb.Query Namespace
QueryOptions Struct

A structure specifying options for carrying out a query.

public struct QueryOptions

Remarks

It is usually sufficient to pass new QueryOptions() to the options parameter of MetaQuery and Query methods of QueryableSources.

Requirements

Namespace: SemWeb.Query
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.0, 1.0.6.2

Members

See Also: Inherited members from ValueType.

Public Fields

DistinguishedVariables ICollection<SemWeb.Variable> . Documentation for this section has not yet been entered.
Limit int . Documentation for this section has not yet been entered.
VariableKnownValues IDictionary<SemWeb.Variable, ICollection<SemWeb.Resource>> . Documentation for this section has not yet been entered.
VariableLiteralFilters IDictionary<SemWeb.Variable, ICollection<SemWeb.LiteralFilter>> . Documentation for this section has not yet been entered.

Public Methods

AddDistinguishedVariable (SemWeb.Variable)
Documentation for this section has not yet been entered.
AddLiteralFilter (SemWeb.Variable, SemWeb.LiteralFilter)
Documentation for this section has not yet been entered.
SetVariableKnownValues (SemWeb.Variable, ICollection<SemWeb.Resource>)
Documentation for this section has not yet been entered.

Member Details

AddDistinguishedVariable Method

Documentation for this section has not yet been entered.

public void AddDistinguishedVariable (SemWeb.Variable variable)

Parameters

variable
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Query
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.2

AddLiteralFilter Method

Documentation for this section has not yet been entered.

public void AddLiteralFilter (SemWeb.Variable variable, SemWeb.LiteralFilter filter)

Parameters

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

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Query
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.2

DistinguishedVariables Field

Documentation for this section has not yet been entered.

public ICollection<SemWeb.Variable> DistinguishedVariables

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Query
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.2

Limit Field

Documentation for this section has not yet been entered.

public int Limit

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Query
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.2

SetVariableKnownValues Method

Documentation for this section has not yet been entered.

public void SetVariableKnownValues (SemWeb.Variable variable, ICollection<SemWeb.Resource> knownValues)

Parameters

variable
Documentation for this section has not yet been entered.
knownValues
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Query
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.2

VariableKnownValues Field

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Query
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.2

VariableLiteralFilters Field

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: SemWeb.Query
Assembly: SemWeb (in SemWeb.dll)
Assembly Versions: 1.0.6.2