Castle.ActiveRecord.ActiveRecordMediator.UpdateAndFlush C# (CSharp) Méthode

UpdateAndFlush() public static méthode

Persists the modification on the instance state to the database and flushes the session.
public static UpdateAndFlush ( object instance ) : void
instance object The ActiveRecord instance to be updated on the database
Résultat void
		public static void UpdateAndFlush(object instance)
		{
			ActiveRecordBase.UpdateAndFlush(instance);
		}