Castle.ActiveRecord.Tests.Model.StrictModel.SurveyEstrato.DeleteAll C# (CSharp) Method

DeleteAll() public static method

public static DeleteAll ( ) : void
return void
		public static void DeleteAll()
		{
			ActiveRecordBase.DeleteAll( typeof(SurveyEstrato) );
		}