|
Tuesday, 31 January 2012 09:49 |
IF construct in expression while adding new column to datatable
mydatatable.Columns.Add("CustomerTypeBasedOnExpenditure", System.Type.GetType("System.String"),"IIF(customertotal>1000, 'Good customer', 'Bad Customer')" );
 Read more: |