C# Класс Contrive.Common.Data.CommandProvider

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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