C# Class Cedar.BaseRepository

Afficher le fichier Open project: Vadi/Cedar

Méthodes publiques

Méthode Description
GetCommand ( IDbConnection connection ) : IDbCommand

Get the oledb command object

GetConnection ( ) : IDbConnection

Get opened connection for Cedar database

Method Details

GetCommand() public méthode

Get the oledb command object
public GetCommand ( IDbConnection connection ) : IDbCommand
connection IDbConnection
Résultat IDbCommand

GetConnection() public méthode

Get opened connection for Cedar database
public GetConnection ( ) : IDbConnection
Résultat IDbConnection