File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ when runtime Sql Server database schema is different from compile time.
5353Up until now this resulted in confusion runtime exception: `InvalidCastException("Specified cast is not valid.")`.
5454
5555To improve diagnostics without hurting performance a new global singleton configuration object is introduced.
56- To access Configuration type open up FSharp.Data.SqlClient namespace.
56+ To access ` Configuration` type open up ` FSharp.Data.SqlClient` namespace.
5757*)
5858
5959open FSharp.Data .SqlClient
6060assert ( Configuration.Current.ResultsetRuntimeVerification = false )
6161
6262(**
63- So far it has only one property ResultsetRuntimeVerification which set to false by default.
63+ So far it has only one property ` ResultsetRuntimeVerification` which set to false by default.
6464Set it to true to see more descriptive error like:
6565
6666`InvalidOperationException(Expected column [Total] of type "System.Int32" at position 1 (0-based indexing)
You can’t perform that action at this time.
0 commit comments