PropertyProcessorOptions.DefaultSummaryType property
Gets or sets the default summary type for numeric fields if no SummaryTypeAttribute is present. This only applies if the property is of a numeric type and is not a primary key, identity, foreign key, unbound or has a LeftJoinAttribute. Default is Sum.
public SummaryType? DefaultSummaryType { get; set; }
See Also
- enum SummaryType
- class PropertyProcessorOptions