C# 클래스 ZocBuild.Database.Util.DbCommandExtensions

파일 보기 프로젝트 열기: Zocdoc/ZocBuild.Database

공개 메소드들

메소드 설명
ExecuteNonQueryAsync ( this command ) : Task
ExecuteReaderAsync ( this command ) : Task

메소드 상세

ExecuteNonQueryAsync() 공개 정적인 메소드

public static ExecuteNonQueryAsync ( this command ) : Task
command this
리턴 Task

ExecuteReaderAsync() 공개 정적인 메소드

public static ExecuteReaderAsync ( this command ) : Task
command this
리턴 Task