System.Collections.ArrayList Al = new System.Collections.ArrayList();
Al.AddRange(Enum.GetNames(typeof(SqlDbType)));
It is a Code Heven for XAF Developers You can Find Your solutions.
dateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.Short;dateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.Time;dateTimePicker4.CustomFormat = "yyyy-mm-dd";dateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.Custom;