T
Tony Johansson
Hello!
When I create a DataColumn there are two property called
ColumnName and Caption that is called on a DataColumn.
Here is an example.
column.Caption = "Price";
column.ColumnName = "Price";
My question is ColumnName is the Name of the column but what is this Caption
I just test to comment this caption out and I didn't notice any difference.
//Tony
When I create a DataColumn there are two property called
ColumnName and Caption that is called on a DataColumn.
Here is an example.
column.Caption = "Price";
column.ColumnName = "Price";
My question is ColumnName is the Name of the column but what is this Caption
I just test to comment this caption out and I didn't notice any difference.
//Tony