QuickObjects.ObjectBase Send comments on this topic.
OnlyDistinct Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > IBusinessObject Interface : OnlyDistinct Property
OnlyDistinct

Holds a boolean value. This value indicates weather the search results will return only distinct rows. This is acheived by adding DISTINCT keyword to the select statement.

Syntax

C# 
virtual bool OnlyDistinct {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also