C# Class Contrive.Common.Data.DataServiceBase

Inheritance: System.DisposableBase
Afficher le fichier Open project: alanstevens/Contrive

Méthodes protégées

Méthode Description
GetCommand ( ) : IDbCommand

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

OnDisposing ( bool disposing ) : void

Method Details

GetCommand() protected méthode

Reuse the same command as long as it is in a usable state.
protected GetCommand ( ) : IDbCommand
Résultat IDbCommand

OnDisposing() protected méthode

protected OnDisposing ( bool disposing ) : void
disposing bool
Résultat void