FieldTopNSumColumn Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the name of the column used to apply top/bottom N group types
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string TopNSumColumn { get; set; }
Public Property TopNSumColumn As String
Get
Set
public:
virtual property String^ TopNSumColumn {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_TopNSumColumn();
function set_TopNSumColumn(value);
Property Value
Type:
StringThe name of the column used to apply top/bottom N group types
Return Value
Type:
StringThe name of the column used to apply top/bottom N group types
Remarks See Also