/// <summary>
        /// GetTableSchema For WebService
        /// </summary>
        public static XmlSchemaComplexType getTableSchema(XmlSchemaSet xs)
        {
            var dt = new WT_ScheduleDateDataTable();

            return(getTableSchema(xs, dt, "WTSD"));
        }
 protected internal WT_ScheduleDateRow(DataRowBuilder rb)
     : base(rb)
 {
     theTable = ((WT_ScheduleDateDataTable)(Table));
 }