This structure provides the arguments to the more powerful Select overload.
|
See Also: Inherited members from ValueType.
Creates a new SelectFilter which selects for statements matching the template. |
Creates a SelectFilter to select for matching statements. |
All
static
|
SelectFilter . A SelectFilter than selects for all statements. |
Limit
|
int . Maximum number of statements to return. |
LiteralFilters
|
LiteralFilter[]. An array of filters that the object value of statements must match. |
Metas
|
Entity[]. The filter for the meta value of statements. |
Objects
|
Resource[]. The filter for the object value of statements. |
Predicates
|
Entity[]. The filter for the predicate value of statements. |
Subjects
|
Entity[]. The filter for the subject value of statements. |
static |
FromGraph
(Statement[]) To be added. |
GetEnumerator
() To be added. |
Equality
(SelectFilter, SelectFilter) Tests two SelectFilters for equality. |
Inequality
(SelectFilter, SelectFilter) Tests two SelectFilters for inequality. |
Creates a new SelectFilter which selects for statements matching the template.
Creates a SelectFilter to select for matching statements.
The filter for the subject value of statements.
The filter for the predicate value of statements.
The filter for the object value of statements.
The filter for the meta value of statements.
An array of filters that the object value of statements must match.
Maximum number of statements to return.
To be added.
To be added.
Tests two SelectFilters for equality.
Tests two SelectFilters for inequality.