public DB2iSeriesProviderOptions()
     : this(DB2iSeriesProviderName.GetProviderName(
                Defaults.Version,
                Defaults.ProviderType,
                new DB2iSeriesMappingOptions(Defaults.MapGuidAsString)),
            Defaults.ProviderType
            )
 {
 }
Exemplo n.º 2
0
 private static IEnumerable <string> GetProviders(Func <DB2iSeriesProviderOptions, bool> predicate)
 => DB2iSeriesProviderName.AllNames.Where(x =>
                                          predicate(DB2iSeriesProviderName.GetProviderOptions(x)));