Enum ProcessingGroup
Namespace: Varigence.Languages.Biml.Dimension
Assembly: Biml.dll
C#
public enum ProcessingGroup
Fields
| Fields | Description |
|---|---|
| ByAttribute | Specifies that a separate SQL query should be sent to the relational database for each attribute that is processed. |
| ByTable | Specifies that a separate SQL query should be sent to the relational database for each table that is processed. |