C# 클래스 Contrive.Common.Data.CommandProvider

파일 보기 프로젝트 열기: alanstevens/Contrive

공개 프로퍼티들

프로퍼티 타입 설명
GetCommand Func

프로퍼티 상세

GetCommand 공개적으로 정적으로 프로퍼티

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
리턴 Func