FieldIncludeTies Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if ties should be included in the top/bottom N groupings
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IncludeTies { get; set; }
Public Property IncludeTies As Boolean
Get
Set
public:
virtual property bool IncludeTies {
bool get () sealed;
void set (bool value) sealed;
}
function get_IncludeTies();
function set_IncludeTies(value);
Property Value
Type:
BooleanTrue if ties should be included in the top/bottom N groupings
Return Value
Type:
BooleanTrue if ties should be included in the top/bottom N groupings
Remarks See Also