C# Class Contrive.Common.Data.CommandProvider

Afficher le fichier Open project: alanstevens/Contrive

Méthodes publiques

Свойство Type Description
GetCommand Func

Property Details

GetCommand public_oe static_oe property

The IDbCommand lifecycle is managed by the inversion of control container. You *must* add IDbCommand to your container configuration. A typical configuration would scope the IDbCommand lifecycle to thread or HttpRequest.
public static Func GetCommand
Résultat Func