UniqueRowFilter Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used in Select statement.
[System.Serializable]
public enum UniqueRowFilter
[<System.Serializable>]
type UniqueRowFilter =
Public Enum UniqueRowFilter
- Inheritance
-
UniqueRowFilter
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | Nothing was specified. |
All | 1 | ALL keyword was used. |
Distinct | 2 | DISTINCT keyword was used. |