I am creating a C# class as per:
http://msdn.microsoft.com/en-us/library/x6h10s6x.aspx
however I want my own 'return' rather than the return default(int);
it automatically generates. I know I can insert my own text using an EditPoint i.e
editPoint.Insert("return records.AsEnumerable<" + tableNameAsSingular + ">();");
but it still tries to stick in its own 'return' too