IManagementDatabaseEstimateTable.GetEstimateVersions Method

Gets the list of all available estimate versions.
Function GetEstimateVersions( _ 
ByVal estimateGuid As String
) As IEnumerable(Of IManagementDatabaseEstimate)
This language is not supported or no code example is available.
IEnumerable<IManagementDatabaseEstimate> GetEstimateVersions( 
string estimateGuid 
)
This language is not supported or no code example is available.

Parameters

estimateGuid
string

The GUID of the estimate.

Return Value

IEnumerable<IManagementDatabaseEstimate>

A list of all estimate versions of the specified estimate. An empty list if the estimate with the specified GUID doesn't exist.

Remarks
 
There is always at least one version with number 0 if the estimate with the specified GUID exists.
Version
 
Available since QDV 7.14.520.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition