How can I get my property? Currently an error is occuring of Ambiguous match found, see the comment line in code.
Ambiguous match found
public class MyBaseEntity {
Kevin already pointed out the issue, but you don't need complex statements, or LINQ for that:
PropertyInfo propInfoSrcObj = myDE.GetType(). GetProperty("MyEntity", typeof(MyDerivedEntity));