PushQueryResultstoinmydataEventArgsAppend Property |
|
DataPA OpenAnalytics API Reference
Gets or sets a value that indicates whether the data should be appended to th existing data in inmydata.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool Append { get; set; }
Public Property Append As Boolean
Get
Set
public:
property bool Append {
bool get ();
void set (bool value);
}
function get_Append();
function set_Append(value);
Property Value
Type:
BooleanThe save operation should be cancelled.
Return Value
Type:
BooleanThe save operation should be cancelled.
Remarks See Also