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
static memberinternalDefaultTimeout=30// used to be (new SqlCommand()).CommandTimeout , both System.Data.SqlClient and Microsoft.Data.SqlClient default to 30
44
44
45
45
memberinternalthis.ExecuteQuery mapper =
46
46
seq{
@@ -63,7 +63,7 @@ module Extensions =
63
63
64
64
memberthis.IsSqlAzure=
65
65
assert(this.State = ConnectionState.Open)
66
-
use cmd =new SqlCommand("SELECT SERVERPROPERTY('edition')", this)
66
+
use cmd =this.CreateCommand(CommandText ="SELECT SERVERPROPERTY('edition')")
[<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