MetaTable::GetDisplayString Method (Object^)
.NET Framework (current version)
Returns the value to use as the display string for an instance of a row when the row is used in foreign-key relationships.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Parameters
- row
-
Type:
System::Object^
The row to get the display string for.
If the row is null, an empty string is returned. If the entity class includes an override of the ToString method, the overridden ToString value is returned. Otherwise, the method returns the ToString representation of the value of the DisplayColumn property for the specified row.
.NET Framework
Available since 3.5
Available since 3.5
Show: