You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/SqlClient.DesignTime/SingleRootTypeProvider.fs
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,16 @@ open System
8
8
[<AbstractClass>]
9
9
[<CompilerMessageAttribute("This API supports the FSharp.Data.SqlClient infrastructure and is not intended to be used directly from your code.",101, IsHidden =true)>]
Copy file name to clipboardExpand all lines: src/SqlClient.DesignTime/SqlClientProvider.fs
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,16 @@ open FSharp.Data.SqlClient.Internals
24
24
[<TypeProvider>]
25
25
[<CompilerMessageAttribute("This API supports the FSharp.Data.SqlClient infrastructure and is not intended to be used directly from your code.",101, IsHidden =true)>]
Copy file name to clipboardExpand all lines: src/SqlClient.DesignTime/SqlCommandProvider.fs
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,16 @@ module X =
37
37
[<TypeProvider>]
38
38
[<CompilerMessageAttribute("This API supports the FSharp.Data.SqlClient infrastructure and is not intended to be used directly from your code.",101, IsHidden =true)>]
Copy file name to clipboardExpand all lines: src/SqlClient.DesignTime/SqlEnumProvider.fs
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,16 @@ open FSharp.Data.SqlClient
17
17
[<TypeProvider>]
18
18
[<CompilerMessageAttribute("This API supports the FSharp.Data.SqlClient infrastructure and is not intended to be used directly from your code.",101, IsHidden =true)>]
0 commit comments