示例#1
0
        private InPlaceConfigurationSource_AlwaysLazy_AndPluralized CreateActiveRecordConfigs()
        {
            InPlaceConfigurationSource_AlwaysLazy_AndPluralized cfg = new InPlaceConfigurationSource_AlwaysLazy_AndPluralized();

            cfg.Add(typeof(ActiveRecordBase), DbStrategy.NHibernateProperties);
            return(cfg);
        }
 private InPlaceConfigurationSource_AlwaysLazy_AndPluralized CreateActiveRecordConfigs()
 {
     InPlaceConfigurationSource_AlwaysLazy_AndPluralized cfg = new InPlaceConfigurationSource_AlwaysLazy_AndPluralized();
     cfg.Add(typeof(ActiveRecordBase), DbStrategy.NHibernateProperties);
     return cfg;
 }