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