C# Class Cedar.BaseRepository

ファイルを表示 Open project: Vadi/Cedar

Public Methods

Method Description
GetCommand ( IDbConnection connection ) : IDbCommand

Get the oledb command object

GetConnection ( ) : IDbConnection

Get opened connection for Cedar database

Method Details

GetCommand() public method

Get the oledb command object
public GetCommand ( IDbConnection connection ) : IDbCommand
connection IDbConnection
return IDbCommand

GetConnection() public method

Get opened connection for Cedar database
public GetConnection ( ) : IDbConnection
return IDbConnection