Ejemplo n.º 1
0
 private static IManagedProperty FindProperty(IEntityInfoHost info, PropertyInfo clrProperty)
 {
     return info.EntityMeta.ManagedProperties.GetCompiledProperties().Find(clrProperty.Name);
 }
Ejemplo n.º 2
0
 private static IManagedProperty FindProperty(IEntityInfoHost info, PropertyInfo clrProperty)
 {
     return(info.EntityMeta.ManagedProperties.GetCompiledProperties().Find(clrProperty.Name));
 }