Exemplo n.º 1
0
 protected internal EO_EmployeeRow(DataRowBuilder rb)
     : base(rb)
 {
     theTable = ((EO_EmployeeDataTable)(Table));
 }
Exemplo n.º 2
0
        /// <summary>
        /// GetTableSchema For WebService
        /// </summary>
        public static XmlSchemaComplexType getTableSchema(XmlSchemaSet xs)
        {
            var dt = new EO_EmployeeDataTable();

            return(getTableSchema(xs, dt, "EOE"));
        }