getOneToManyReferencedPropertyName

T is class/entity m is member of T eg T.m; m is a collection/array. The ElementType of the collection/array has a ref to T. Try to figure out the field name in the type of m which is of type T. When m has a attribute of OneToMany with a name, the atribute.name is used.

string
getOneToManyReferencedPropertyName
(
T
string m
)
()

Meta