Sql.Net Class Library Documentation

DistinctModifier Enumeration

Encapsulates SQL DISTINCT or ALL modifiers

public enum DistinctModifier

Members

Member Name Description
DistinctOnly distinct rows will be returned
AllAll rows will be returned

Requirements

Namespace: Reeb.SqlOM

Assembly: Reeb.SqlOM (in Reeb.SqlOM.dll)

See Also

Reeb.SqlOM Namespace