How to get compute column CLR data type?
Code as below:
var compute = dataStore.DwMeta.Computes[i];
DataColumn colCompute = new DataColumn(compute.Name, System.Type.GetType("System.Int32"));//how to get compute CLR data type?
How to get compute column CLR data type?
Code as below:
var compute = dataStore.DwMeta.Computes[i];
DataColumn colCompute = new DataColumn(compute.Name, System.Type.GetType("System.Int32"));//how to get compute CLR data type?
I still don't know what that means, but at least the acronym has been expanded! :)