FieldSummaryType Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that expresses whether this column is used to group by, or how its summary value is calculated
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public FieldSummaryTypeEnum SummaryType { get; set; }
Public Property SummaryType As FieldSummaryTypeEnum
Get
Set
public:
virtual property FieldSummaryTypeEnum SummaryType {
FieldSummaryTypeEnum get () sealed;
void set (FieldSummaryTypeEnum value) sealed;
}
function get_SummaryType();
function set_SummaryType(value);
Property Value
Type:
FieldSummaryTypeEnumA value that expresses whether this column is used to group by, or how its summary value is calculated
Return Value
Type:
FieldSummaryTypeEnumA value that expresses whether this column is used to group by, or how its summary value is calculated
Remarks See Also