|
I want to add a numeric column (int)
and type text (string).
The example "introduction to programming
with Dotspatial" offers
the following code:
dim column as new datacolumn("percentMales")
dt.columns.add(column )
I place where the data type?
Thank you in advance.
Muller guy
|