DomainObjects Class Library

ScalarQuery.Distinct Property

Gets or sets a value indicating whether only unique rows can appear in the result set. Null values are considered equal for the purposes of the DISTINCT keyword.

public Boolean Distinct {get; set;}

Property Value

true if only unique rows can appear in the result set; otherwise, false.

Implements

IQuery.

See Also

ScalarQuery Class | DomainObjects.Facade.Command Namespace