This is probably a stupid question but I really can not find detailed documentation about LLBLGen runtime framework base cases. For example I am trying to determine what will EntityCore<T>.Fields.GetFieldIndex(string fieldName) return when given an invalid field name.
Will it throw an exception etc.
The only documentation I have and that I've seen is the general documentation explaining runtime framework concepts and nothing else. I remember that this kind of documentation existed before and now I can not find it.
Please point me in the right direction. Thank you.