Skip to main content.

Operations

Selecting

Service Query supports the following select operations:

  • Distinct
  • Select

Distinct

Example
var builder = ServiceQueryRequestBuilder.New().Distinct();

Select

Example
var builder = ServiceQueryRequestBuilder.New().Select("PropertyName1", "PropertyName2", etc... );