diff --git a/src/SqlClient/ISqlCommand.fs b/src/SqlClient/ISqlCommand.fs index dbf72230..62e7a773 100644 --- a/src/SqlClient/ISqlCommand.fs +++ b/src/SqlClient/ISqlCommand.fs @@ -1,13 +1,6 @@ -namespace FSharp.Data.SqlClient.Internals +namespace FSharp.Data.SqlClient -open System -open System.Data open System.Data.SqlClient -open System.Reflection -open FSharp.Data.SqlClient -open FSharp.Data.SqlClient.Internals -open System.Linq - [] type ISqlCommand = @@ -21,6 +14,17 @@ type ISqlCommand = abstract Raw: SqlCommand with get + +namespace FSharp.Data.SqlClient.Internals + +open System +open System.Data +open System.Data.SqlClient +open System.Reflection +open FSharp.Data.SqlClient +open FSharp.Data.SqlClient.Internals +open System.Linq + module Seq = let internal toOption source = @@ -377,8 +381,8 @@ open System open System.Data [] type ``ISqlCommand Implementation`` = FSharp.Data.SqlClient.Internals.``ISqlCommand Implementation`` -[] -type ISqlCommand = FSharp.Data.SqlClient.Internals.ISqlCommand +[] +type ISqlCommand = FSharp.Data.SqlClient.ISqlCommand [] type DesignTimeConfig = FSharp.Data.SqlClient.Internals.DesignTimeConfig #endif \ No newline at end of file