コード例 #1
0
        /// <summary>
        /// Gets generated entity code for the selected server object.
        /// </summary>
        /// <returns>A code string.</returns>
        public string GetCurrentServerObjectEntity(string languageOption)
        {
            var codeFactory = new CodeFactory(languageOption);
            var tableView   = GetCurrentTableView();

            return(codeFactory.GetEntityCode(tableView));
        }