QueryBuilder.Select Method |
Name | Description | |
---|---|---|
![]() ![]() | Select(String[]) |
Creates a new SELECT query which will return the given
variables.
|
![]() ![]() | Select<TExpression>(Func<IExpressionBuilder, PrimaryExpression<TExpression>>) |
Creates a new SELECT query which will return an expression.
|
![]() ![]() | Select(SparqlVariable[]) |
Creates a new SELECT query which will return the given
variables.
|