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.
| C# | |
|---|---|
public bool OnlyDistinct {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0