Enum ProcessingGroup
C#
public enum ProcessingGroup
Fields
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. |