コード例 #1
0
		protected override void Configure(Config.IConfiguration config)
		{
			config.ExceptionsOnNotStorable(true);
			config.CallConstructors(true);
		}
コード例 #2
0
ファイル: UIntHandlerTestCase.cs プロジェクト: superyfwy/db4o
		protected override void Configure(Config.IConfiguration config)
		{
			config.ExceptionsOnNotStorable(false);
		}