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

DeleteAndFlush() public static méthode

Deletes the instance from the database and flushes the session.
public static DeleteAndFlush ( object instance ) : void
instance object The ActiveRecord instance to be deleted
Résultat void
		public static void DeleteAndFlush(object instance)
		{
			ActiveRecordBase.DeleteAndFlush(instance);
		}