Sql2008Provider Class

Definition

Contains functionality to connect to and communicate with a SQL Server 2008.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class Sql2008Provider sealed : System::Data::Linq::SqlClient::SqlProvider
public sealed class Sql2008Provider : System.Data.Linq.SqlClient.SqlProvider
type Sql2008Provider = class
    inherit SqlProvider
Public NotInheritable Class Sql2008Provider
Inherits SqlProvider
Inheritance
Sql2008Provider

Constructors

Sql2008Provider()

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the Sql2008Provider class.

Methods

Dispose()

This API supports the product infrastructure and is not intended to be used directly from your code.

Releases managed references and closes connections opened by the SqlProvider.

(Inherited from SqlProvider)
Dispose(Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

Optionally releases managed references and closes connections opened by the SqlProvider.

(Inherited from SqlProvider)
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to