public static OneToManyPart <TChild> PropertyRef <TChild>(this OneToManyPart <TChild> oneToMany, Expression <Func <TChild, object> > columnExp) { return(oneToMany.PropertyRef(columnExp.GetFullPropertyName())); }