Class SqlServerProviderAdapter.SqlConnection
- Namespace
- LinqToDB.DataProvider.SqlServer
- Assembly
- linq2db.dll
[Wrapper]
public class SqlServerProviderAdapter.SqlConnection : TypeWrapper, IDisposable
- Inheritance
-
SqlServerProviderAdapter.SqlConnection
- Implements
- Inherited Members
- Extension Methods
Constructors
SqlConnection(object, Delegate[])
public SqlConnection(object instance, Delegate[] wrappers)
Parameters
SqlConnection(string)
public SqlConnection(string connectionString)
Parameters
connectionString
string
Properties
ServerVersion
public string ServerVersion { get; }
Property Value
Methods
CreateCommand()
public DbCommand CreateCommand()
Returns
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Open()
public void Open()