C# 클래스 Cedar.BaseRepository

파일 보기 프로젝트 열기: Vadi/Cedar

공개 메소드들

메소드 설명
GetCommand ( IDbConnection connection ) : IDbCommand

Get the oledb command object

GetConnection ( ) : IDbConnection

Get opened connection for Cedar database

메소드 상세

GetCommand() 공개 메소드

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

GetConnection() 공개 메소드

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