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 5ccfbe7 commit 86c031cCopy full SHA for 86c031c
samples/ef-core/json/json-columns.cs
@@ -49,7 +49,7 @@ public class AuthorContext : DbContext
49
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
50
{
51
optionsBuilder.UseOracle("User Id=<USER>; Password=<PASSWORD>; Data Source=<DATA SOURCE>"
52
- , b => b.UseOracleSQLCompatibility(OracleSQLCompatibility.DatabaseVersion21));;
+ , b => b.UseOracleSQLCompatibility(OracleSQLCompatibility.DatabaseVersion21));
53
}
54
55
protected override void OnModelCreating(ModelBuilder modelBuilder)
@@ -76,8 +76,8 @@ public static void Main()
76
Name = "John Smith",
77
Contact = new ContactDetails()
78
79
- Phone = "555 123 4567",
80
- Address = new Address("1 Any Street", "Austin", "78741", "US")
+ Phone = "555 123 4567",
+ Address = new Address("1 Any Street", "Austin", "78741", "US")
81
82
};
83
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments