Note: This API is now obsolete.
Gets or sets a value indicating whether the rows produced the first time should be replaced
when executing a second time. If true (the default) the old rows are replaced.
Namespace: Spotfire.Dxp.Data.DataFunctions
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
[ObsoleteAttribute("This behavior should not be changed. Default behavior are that new rows replace old ones.")] public bool ReplaceRowsWhenUpdating { get; set; }
Property Value
Type: BooleanVersion Information
Supported in: 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
Obsolete (compiler warning) in 14.7
Obsolete (compiler warning) in 14.6
See Also