Castle.ActiveRecord.Framework.Config.InPlaceConfigurationSource.SetVerifyModelsAgainstDBSchema C# (CSharp) Method

SetVerifyModelsAgainstDBSchema() protected method

Sets the debug flag.
protected SetVerifyModelsAgainstDBSchema ( bool verifyModelsAgainstDBSchema ) : void
verifyModelsAgainstDBSchema bool if set to true Active Record will verify the models against the db schema on startup.
return void
		protected void SetVerifyModelsAgainstDBSchema(bool verifyModelsAgainstDBSchema)
		{
			this.verifyModelsAgainstDBSchema = verifyModelsAgainstDBSchema;
		}