Esempio n. 1
0
        public static CDateTime Create(IDataReader row, String name)
        {
            CDateTime Customtype = new CDateTime(row[name]);

            return(Customtype);
        }
Esempio n. 2
0
        public static CDateTime Create(DateTime value)
        {
            CDateTime Customtype = new CDateTime(value);

            return(Customtype);
        }