Beispiel #1
0
        /// <summary>
        /// GetTableSchema For WebService
        /// </summary>
        public static XmlSchemaComplexType getTableSchema(XmlSchemaSet xs)
        {
            var dt = new AS_Tmp1DataTable();

            return(getTableSchema(xs, dt, "AST"));
        }
Beispiel #2
0
 protected internal AS_Tmp1Row(DataRowBuilder rb)
     : base(rb)
 {
     theTable = ((AS_Tmp1DataTable)(Table));
 }