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

            return(getTableSchema(xs, dt, "CRC"));
        }
예제 #2
0
 protected internal CR_CourseRow(DataRowBuilder rb)
     : base(rb)
 {
     theTable = ((CR_CourseDataTable)(Table));
 }