C# 클래스 Contrive.Common.Data.DataServiceBase

상속: System.DisposableBase
파일 보기 프로젝트 열기: alanstevens/Contrive

보호된 메소드들

메소드 설명
GetCommand ( ) : IDbCommand

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

OnDisposing ( bool disposing ) : void

메소드 상세

GetCommand() 보호된 메소드

Reuse the same command as long as it is in a usable state.
protected GetCommand ( ) : IDbCommand
리턴 IDbCommand

OnDisposing() 보호된 메소드

protected OnDisposing ( bool disposing ) : void
disposing bool
리턴 void