Example #1
0
        public FullTextCatalogNameBuilder()
        {
            var context = UpgradeContext.Demand();

            DomainConfiguration = context.Configuration;
            NodeConfiguration   = context.NodeConfiguration;
            defaultDatabase     = context.DefaultSchemaInfo.Database;
            defaultSchema       = context.DefaultSchemaInfo.Schema;
        }
Example #2
0
        // Constructors

        /// <summary>
        /// Initializes a new instance of this class.
        /// </summary>
        public UpgradeHandler()
        {
            UpgradeContext = UpgradeContext.Demand();
        }