C# Class Contrive.Common.Data.CommandProvider

Show file Open project: alanstevens/Contrive

Public Properties

Property Type Description
GetCommand Func

Property Details

GetCommand public static 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
return Func