Property IsDistinct
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
IsDistinct
Gets or sets a value indicating whether the SELECT clause includes the DISTINCT keyword, eliminating duplicate rows from the result set.
public bool IsDistinct { get; set; }