File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,15 +101,15 @@ open FSharp.Data.Sql
101
101
[<Literal>]
102
102
let SsdtPath = __SOURCE_DIRECTORY__ + @"/../../ssdt/SafeTodoDB/bin/Debug/SafeTodoDB.dacpac"
103
103
104
- // TO RELOAD SCHEMA: 1) uncomment the line below; 2) save; 3) recomment; 4) save again and wait.
105
- //DB.GetDataContext().``Design Time Commands``.ClearDatabaseSchemaCache
106
-
107
104
type DB =
108
105
SqlDataProvider<
109
106
Common.DatabaseProviderTypes.MSSQLSERVER_SSDT,
110
107
SsdtPath = SsdtPath,
111
108
UseOptionTypes = Common.NullableColumnType.OPTION
112
109
>
110
+
111
+ //TO RELOAD SCHEMA: 1) uncomment the line below; 2) save; 3) recomment; 4) save again and wait.
112
+ //DB.GetDataContext().``Design Time Commands``.ClearDatabaseSchemaCache
113
113
114
114
let createContext (connectionString: string) =
115
115
DB.GetDataContext(connectionString)
You can’t perform that action at this time.
0 commit comments