Table of Contents

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

instance object
wrappers Delegate[]

SqlConnection(string)

public SqlConnection(string connectionString)

Parameters

connectionString string

Properties

ServerVersion

public string ServerVersion { get; }

Property Value

string

Methods

CreateCommand()

public DbCommand CreateCommand()

Returns

DbCommand

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Open()

public void Open()