Exemple #1
0
        public Oeehcx BuildFromRow(DataRow row)
        {
            var returnRecord = Oeehcx.BuildOeehcxFromRow(row);

            returnRecord = this.BuildExtraFromRow <Oeehcx>(returnRecord, row);
            return(returnRecord);
        }