API/CodeSamples/ShowDatabaseTypes.md
... ...
@@ -6,6 +6,8 @@
6 6
7 7
Gets or sets the value indicating whether the data types of your datasource columns should be shown next to the name in the Field dropdown menu. This can help provide users with a more comprehensive look at which columns can be concatenated or have arithmetic functions performed on them. This can also be helpful to set for administrators only.
8 8
9
+**Default Value:** false
10
+
9 11
##Global.asax (C♯)
10 12
11 13
```csharp