Table of Contents

Enum DateTimeRelationshipBehavior

Namespace
TabularEditor.TOMWrapper
Assembly
TOMWrapper.dll

When joining two date time columns, indicates whether to join on date and time parts or on date part only.

public enum DateTimeRelationshipBehavior

Fields

Name Description
DateAndTime

When joining two date time columns, join on both the date and time parts.

DatePartOnly

When joining two date time columns, join on date part only.