How do I get the scale of DataTable.Column of type Decimal

congbien

New Member
I read the database and get a DataSet, the DataTable inside this DataSet specify a column type of "Decimal", is there a way to get the precision and the Scale of that datatype in run time ?I am using C# .NET
 
Top