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

            return(getTableSchema(xs, dt, "EOPS"));
        }
 protected internal EO_PermissionSettingRow(DataRowBuilder rb)
     : base(rb)
 {
     theTable = ((EO_PermissionSettingDataTable)(Table));
 }