IManagementDatabaseEstimateTable.GetAllEstimateGuids Method

Gets the list of GUIDs for all estimates in the table.
Function GetAllEstimateGuids() As IEnumerable(Of String)
This language is not supported or no code example is available.
IEnumerable<string> GetAllEstimateGuids()
This language is not supported or no code example is available.

Return Value

IEnumerable<string>

A list of estimate GUID strings.

Remarks
 
If there are multiple versions of the same estimate, only a single GUID is returned for all versions. You can then call GetEstimateVersions to get info about available versions.
Version
 
Available since QDV 7.14.520.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition