C# Class Contrive.Common.Data.ConnectionProvider

Afficher le fichier Open project: alanstevens/Contrive

Méthodes publiques

Свойство Type Description
NewConnection IDbConnection>.Func

Méthodes publiques

Méthode Description
GetConnection ( ) : IDbConnection

Method Details

GetConnection() public static méthode

public static GetConnection ( ) : IDbConnection
Résultat IDbConnection

Property Details

NewConnection public_oe static_oe property

This delegate must be populated at application startup using an IStartupTask or some other means This abstraction enables the client app to use any ADO.NET data provider: http://msdn.microsoft.com/en-us/data/dd363565.aspx
public static Func NewConnection
Résultat IDbConnection>.Func