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

            return(getTableSchema(xs, dt, "ALAL"));
        }
 protected internal AL_AssmblingLogRow(DataRowBuilder rb)
     : base(rb)
 {
     theTable = ((AL_AssmblingLogDataTable)(Table));
 }