Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Contrive
Common
Data
DataServiceBase
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