Persist.NET Documentation Class Library

RetrieveStatement.Distinct Property

Specified if the result must return only one instance of each row

[Visual Basic]
Public Property Distinct As Boolean
[C#]
public bool Distinct {get; set;}

Property Value

Missing <value> documentation for P:Persist.Statements.RetrieveStatement.Distinct

See Also

RetrieveStatement Class | Persist.Statements Namespace