Ejemplo n.º 1
0
 public IEnumerable <string> GetConnectionStrings(DataStoreManager dataStoreManager, IEnumerable <XPObjectType> xpObjectTypes,
                                                  string exculdeString)
 {
     return(xpObjectTypes.Select(type => dataStoreManager.GetConnectionString(FindType(type.TypeName))).Distinct().Where(s => s != exculdeString));
 }