DateTimeRelationshipBehavior 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.
When joining two date time columns, indicates whether to join on date and time parts or on date part only.
public enum DateTimeRelationshipBehavior
type DateTimeRelationshipBehavior =
Public Enum DateTimeRelationshipBehavior
- Inheritance
-
DateTimeRelationshipBehavior
Fields
Name | Value | Description |
---|---|---|
DateAndTime | 1 | When joining two date time columns, join on both the date and time parts. |
DatePartOnly | 2 | When joining two date time columns, join on date part only. |