How to provide IBM Data Server Connection Information via IBM Data Server provider for EF Core 1.1.1: IBM Entity Framework Core Provider mandates the user to provide server platform type, and version in addition to the connection string while configuring DbContext. To pass server information, User can use SetServerInfo(..) method which belongs to the namespace IBM.EntityFrameworkCore.Storage.Internal . For example: OptionBuilder.UseDb2(<Connection String>, p=>p.SetServerInfo( <Platform Type>, <Server Version>...
[More]
Tags: 
efcoresetserverinfo
setserverinfo