IEstimateVersion.RemoveAllLinksToDatabaseOfEstimate Method
Removes all links to the database of the estimate and makes a copy of the
corresponding rows in the minutes.
Sub RemoveAllLinksToDatabaseOfEstimate( _
Optional ByVal RemoveDBOfEstimateAfterward As Boolean = False, _
Optional ByVal WithMessages As Boolean = True _
)
This language is not supported or no code example is available.
void RemoveAllLinksToDatabaseOfEstimate(
bool RemoveDBOfEstimateAfterward = False,
bool WithMessages = True
)
This language is not supported or no code example is available.
Parameters
-
RemoveDBOfEstimateAfterward
-
bool
Determines whether the database of the estimate
will be removed after the links are removed.
-
WithMessages
-
bool
Default value is true meaning that
when an error occurs, you get a message. When set to false you
never get any message even if an error occurs.
Available since QDV 7.13.0001.
.NET Framework
Supported in: 4.8, 4.7, 4.6, 4.5.2