Table of Contents

Enum CultureResetMode

Namespace
TabularEditor.TOMWrapper
Assembly
TOMWrapper.dll

Specifies the mode for resetting culture and\or collation.

public enum CultureResetMode

Fields

Name Description
CollationOnly

Resets only the collation.

CultureAndCollation

Resets both culture and collation.

CultureOnly

Resets only the culture.

Unknown

Unknown. User should not use this value.