Пример #1
0
        /// <summary>
        /// Remove a metatable on the services side from the client
        /// </summary>
        /// <param name="mt"></param>

        public void RemoveServiceMetaTable(string mtName)
        {
            MetaTableCollection.Remove(mtName);
            MetaTableCollection.RemoveUserObjectTable(mtName);
        }