C# 클래스 RohBot.SqlCommand

파일 보기 프로젝트 열기: Rohansi/RohBot 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( ) : IEnumerable
ExecuteNonQuery ( ) : void
ExecuteScalar ( ) : object
SqlCommand ( string sql ) : System.Collections.Generic
this ( string name ) : object

메소드 상세

Execute() 공개 메소드

public Execute ( ) : IEnumerable
리턴 IEnumerable

ExecuteNonQuery() 공개 메소드

public ExecuteNonQuery ( ) : void
리턴 void

ExecuteScalar() 공개 메소드

public ExecuteScalar ( ) : object
리턴 object

SqlCommand() 공개 메소드

public SqlCommand ( string sql ) : System.Collections.Generic
sql string
리턴 System.Collections.Generic

this() 공개 메소드

public this ( string name ) : object
name string
리턴 object