IManagementDatabaseEstimate.GetFieldValue Method
Parameters
- columnName
- string
The identifier (mnemonic) of the column.
Return Value
objectDepending upon the column type, it returns a string, a number or a date. null reference (Nothing in Visual Basic) if the value of the field was not set or if the field with specified columnName doesn't exist in the table.
If the field points to a row in the child table (specified in IManagementDatabaseColumnMapping.TableToShow), the value is the GUID string of the target row. You can then use the IManagementDatabaseCustomTable.GetRow method of the child table to get the target row. Then use the IManagementDatabaseTableRow.ToDisplayString method of that row to get the actual value for displaying.
Exception type | Condition |
---|---|
A problem occurred. |