Share via


DictTable.Dataperpartition Method

Definition

Returns a value that indicates whether the data of the table is saved on a per-partition basis, and corresponds to the SaveDataPerPartition property of the table.

public:
 virtual bool Dataperpartition();
public virtual bool Dataperpartition ();
abstract member Dataperpartition : unit -> bool
override this.Dataperpartition : unit -> bool
Public Overridable Function Dataperpartition () As Boolean

Returns

true if the data is saved on a per-partition basis; otherwise, false, and the data is saved globally for all partitions.

Applies to