C# Class Contrive.Common.Data.CommandProvider

显示文件 Open project: alanstevens/Contrive

Public Properties

Property 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
return Func