FieldTopN Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the value N 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 int TopN { get; set; }
Public Property TopN As Integer
Get
Set
public:
virtual property int TopN {
int get () sealed;
void set (int value) sealed;
}
function get_TopN();
function set_TopN(value);
Property Value
Type:
Int32The value N used to apply top/bottom N group types
Return Value
Type:
Int32The value N used to apply top/bottom N group types
Remarks See Also