Enum DataViewType
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
Determines which partitions are to be selected to run queries against the model.
public enum DataViewType
Fields
| Name | Description |
|---|---|
| Default | Only Partitions can use this value. When set, the partition will inherit the DataView from the Model. |
| Full | Partitions with DataView set to Default or Full are selected. |
| Sample | Partitions with DataView set to Default or Sample are selected. |