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 8585(**
8686### External *.sql file
8787
88- An ability to use external \*.sql file instead of inline strings can improve developement expirience .
88+ An ability to use external \*.sql file instead of inline strings can improve developement experience .
8989Visual Studio has rich tooling support for *.sql files. (via SQL Server Data Tools)
9090
9191<img src="img/sql_file_As_CommandText_1.png"/>
385385### Stored procedures
386386
387387Command types generated by `SqlProgrammabilityProvider<...>` largely have same interface with exceptions:
388- There is no static Create factory method because intellisense issue doesnt exist for these types
388+ There is no static Create factory method because intellisense issue doesnt exist for these types
389389There is additional ExecuteSingle/ AsyncExecuteSingle to opt-in for singleton result set.
390390*)
391391
@@ -445,4 +445,4 @@ of affected records it returns F# list of records.
445445Notice that list is data structure as oppose to lazy evaluated seq<_> computation.
446446This caused by a fact Sql Server + ADO.NET populates output parameter only after row set reader is closed.
447447See [http://stackoverflow.com/questions/65662/output-parameters-not-readable-when-used-with-a-datareader].
448- *)
448+ *)
You can’t perform that action at this time.
0 commit comments