Пример #1
0
 public void AssociateChildDynamicType <TEnity, TChildEntity>(string parententityType, string childEntityType, string parentProperty)
 {
     EntityContextMetadata.AssociateChildDynamicType <TEnity, TChildEntity>
         (parententityType, childEntityType, parentProperty);
 }
Пример #2
0
 public void AssociateDynamicType(string entityType, Type type, string alias)
 {
     EntityContextMetadata.AssociateDynamicType(entityType, type, alias);
 }