Beispiel #1
0
 public virtual Property GetChildReferencePropertyIfExists(Property prop)
 {
     return(Entity.GetChildReferencePropertyIfExists(prop.DataType.Type, Entity.Entity.Name));
 }