Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Contrive
Common
Data
DataServiceBase
C# Class Contrive.Common.Data.DataServiceBase
Inheritance:
System.DisposableBase
Show file
Open project: alanstevens/Contrive
Protected Methods
Method
Description
GetCommand
( ) :
IDbCommand
Reuse the same command as long as it is in a usable state.
OnDisposing
(
bool
disposing
) :
void
Method Details
GetCommand()
protected
method
Reuse the same command as long as it is in a usable state.
protected
GetCommand
( ) :
IDbCommand
return
IDbCommand
OnDisposing()
protected
method
protected
OnDisposing
(
bool
disposing
) :
void
disposing
bool
return
void