Share via


xRecord.setCrossPartition(Boolean) Method

Definition

Sets or resets cross-partitioning for the table.

public:
 virtual void setCrossPartition(bool _newValue);
public virtual void setCrossPartition (bool _newValue);
abstract member setCrossPartition : bool -> unit
override this.setCrossPartition : bool -> unit
Public Overridable Sub setCrossPartition (_newValue As Boolean)

Parameters

_newValue
Boolean

A new Boolean value to set or reset cross-partitioning.

Applies to