IDbProviderFactory Interface

.NET Framework 4.5

Represents the factory associated with the database provider.

Namespace:  Microsoft.AspNet.SignalR.SqlServer
Assembly:  Microsoft.AspNet.SignalR.SqlServer (in Microsoft.AspNet.SignalR.SqlServer.dll)

public interface class IDbProviderFactory

The IDbProviderFactory type exposes the following members.

  NameDescription
Public methodCreateConnectionCreates a connection for the database provider.
Public methodCreateParameterCreates a parameter associated with the provider.
Top
Show: