Share via


xApplication.IsTablePerHierarchyMode Method

Definition

Determines whether the system is being run with all table inheritance hierarchies flattened (Table per hierarchy mode).

public:
 static bool IsTablePerHierarchyMode();
public static bool IsTablePerHierarchyMode ();
static member IsTablePerHierarchyMode : unit -> bool
Public Shared Function IsTablePerHierarchyMode () As Boolean

Returns

true if system is being run in Table per hierarchy mode; otherwise, false.

Applies to