Ejemplo n.º 1
0
        /// <summary>
        /// GetTableSchema For WebService
        /// </summary>
        public static XmlSchemaComplexType getTableSchema(XmlSchemaSet xs)
        {
            var dt = new AL_AssmblingDetailDataTable();

            return(getTableSchema(xs, dt, "ALAD"));
        }
Ejemplo n.º 2
0
 protected internal AL_AssmblingDetailRow(DataRowBuilder rb)
     : base(rb)
 {
     theTable = ((AL_AssmblingDetailDataTable)(Table));
 }