I was reading the book \"Apress Pro LINQ: Language Integrated Query in C#\" and开发者_运维技巧 I came across partial methods, but I really don\'t understand what is the need for them.
internal List<CodeMemberMethod> createEventHooks() { string[] eventNames = new string[] { \"OnUpdate\", \"OnInsert\", \"OnDelete\", \"OnSelect\", \"OnSelectAll\" };