Indicates which fields of a statement are to be returned in a call to SemWeb.Store.Select.
|
See Also: Inherited members from ValueType.
Constructs a new SelectPartialFilter. |
All
static readonly
|
SelectPartialFilter . A SelectPartialFilter which has all of its properties set to true |
Meta [read-only] | bool . Whether the Meta field of statements should be filled in. |
Object [read-only] | bool . Whether the Object field of statements should be filled in. |
Predicate [read-only] | bool . Whether the Predicate field of statements should be filled in. |
SelectAll [read-only] | bool . Returns whether the Subject, Predicate, Object, and Meta properties are all true. |
SelectFirst
|
bool . Indicates whether only the first matching result in a Select call is needed. |
SelectNone [read-only] | bool . Returns whether the Subject, Predicate, Object, and Meta properties are all false. |
Subject [read-only] | bool . Whether the Subject field of statements should be filled in. |
Constructs a new SelectPartialFilter.
A SelectPartialFilter which has all of its properties set to true
Whether the Subject field of statements should be filled in.
Whether the Predicate field of statements should be filled in.
Whether the Object field of statements should be filled in.
Whether the Meta field of statements should be filled in.
Returns whether the Subject, Predicate, Object, and Meta properties are all true.
Returns whether the Subject, Predicate, Object, and Meta properties are all false.
Indicates whether only the first matching result in a Select call is needed.