C# 클래스 MicroLite.Tests.TestEntities.MockDbCommandWrapper

상속: System.Data.Common.DbCommand
파일 보기 프로젝트 열기: TrevorPilley/MicroLite

공개 메소드들

메소드 설명
Cancel ( ) : void
ExecuteNonQuery ( ) : int
ExecuteNonQueryAsync ( CancellationToken cancellationToken ) : Task
ExecuteScalar ( ) : object
ExecuteScalarAsync ( CancellationToken cancellationToken ) : Task
Prepare ( ) : void

보호된 메소드들

메소드 설명
CreateDbParameter ( ) : DbParameter
Dispose ( bool disposing ) : void
ExecuteDbDataReader ( CommandBehavior behavior ) : System.Data.Common.DbDataReader
ExecuteDbDataReaderAsync ( CommandBehavior behavior, CancellationToken cancellationToken ) : Task

비공개 메소드들

메소드 설명
MockDbCommandWrapper ( IDbCommand command ) : System

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

CreateDbParameter() 보호된 메소드

protected CreateDbParameter ( ) : DbParameter
리턴 System.Data.Common.DbParameter

Dispose() 보호된 메소드

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

ExecuteDbDataReader() 보호된 메소드

protected ExecuteDbDataReader ( CommandBehavior behavior ) : System.Data.Common.DbDataReader
behavior CommandBehavior
리턴 System.Data.Common.DbDataReader

ExecuteDbDataReaderAsync() 보호된 메소드

protected ExecuteDbDataReaderAsync ( CommandBehavior behavior, CancellationToken cancellationToken ) : Task
behavior CommandBehavior
cancellationToken System.Threading.CancellationToken
리턴 Task

ExecuteNonQuery() 공개 메소드

public ExecuteNonQuery ( ) : int
리턴 int

ExecuteNonQueryAsync() 공개 메소드

public ExecuteNonQueryAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
리턴 Task

ExecuteScalar() 공개 메소드

public ExecuteScalar ( ) : object
리턴 object

ExecuteScalarAsync() 공개 메소드

public ExecuteScalarAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
리턴 Task

Prepare() 공개 메소드

public Prepare ( ) : void
리턴 void