We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3509de6 commit 673649cCopy full SHA for 673649c
src/EFCore.KingbaseES/README.md
@@ -21,7 +21,7 @@ public class BlogContext : DbContext
21
public DbSet<Blog> Blogs { get; set; }
22
23
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
24
- => optionsBuilder.UseKdbndp(@"Host=myserver;Username=mylogin;Password=mypass;Database=mydatabase");
+ => optionsBuilder.UseKdbndp(@"host={host};port={port};database={database};username={username};password={password};");
25
}
26
27
public class Blog
0 commit comments