Esempio n. 1
0
 public UIEntityType AddEntityType(string entityTypeName, UIEntityType baseType)
 {
     return(EntityTypes[CSDL.AddEntityType(entityTypeName, baseType != null ? null : string.Concat(entityTypeName, "Set"), baseType == null ? null : baseType.BusinessInstance)]);
 }