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

Наследование: System.DisposableBase
Показать файл Открыть проект

Защищенные методы

Метод Описание
GetCommand ( ) : IDbCommand

Reuse the same command as long as it is in a usable state.

OnDisposing ( bool disposing ) : void

Описание методов

GetCommand() защищенный Метод

Reuse the same command as long as it is in a usable state.
protected GetCommand ( ) : IDbCommand
Результат IDbCommand

OnDisposing() защищенный Метод

protected OnDisposing ( bool disposing ) : void
disposing bool
Результат void