DataColumn::ToString Method ()
.NET Framework (current version)
Gets the Expression of the column, if one exists.
Assembly: System.Data (in System.Data.dll)
Return Value
Type: System::String^The Expression value, if the property is set; otherwise, the ColumnName property.
The following example uses the ToString property to return the default string of each member of a collection of DataColumn objects.
.NET Framework
Available since 1.1
Available since 1.1
Show: