SemWeb : SemWeb.Query Namespace
MetaQueryResult Struct

This structure is used by SemWeb.QueryableSource.MetaQuery(SemWeb.Statement[], QueryOptions) when asking for the querying capabilities of a data source.

public struct MetaQueryResult

Remarks

See the fields of this structure for more information.

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

IsDefinitive bool[]. Documentation for this section has not yet been entered.
NoData bool[]. Documentation for this section has not yet been entered.
QuerySupported bool . Documentation for this section has not yet been entered.

Member Details

IsDefinitive Field

Documentation for this section has not yet been entered.

public bool[] IsDefinitive

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

NoData Field

Documentation for this section has not yet been entered.

public bool[] NoData

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

QuerySupported Field

Documentation for this section has not yet been entered.

public bool QuerySupported

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