C# 클래스 CSDataBase.cJSONCommand

상속: System.Data.Common.DbCommand
파일 보기 프로젝트 열기: javiercrowsoft/CSReports.net 1 사용 예제들

공개 메소드들

메소드 설명
Cancel ( ) : void
CreateParameter ( ) : DbParameter
ExecuteNonQuery ( ) : int
ExecuteReader ( ) : cJSONDataReader
ExecuteReader ( CommandBehavior behavior ) : cJSONDataReader
ExecuteScalar ( ) : object
Prepare ( ) : void
cJSONCommand ( ) : System
cJSONCommand ( string cmdText ) : System
cJSONCommand ( string cmdText, cJSONServerConnection connection ) : System

보호된 메소드들

메소드 설명
CreateDbParameter ( ) : DbParameter
ExecuteDbDataReader ( CommandBehavior behavior ) : System.Data.Common.DbDataReader

비공개 메소드들

메소드 설명
getCommandName ( ) : string

메소드 상세

Cancel() 공개 메소드

public Cancel ( ) : void
리턴 void

CreateDbParameter() 보호된 메소드

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

CreateParameter() 공개 메소드

public CreateParameter ( ) : DbParameter
리턴 System.Data.Common.DbParameter

ExecuteDbDataReader() 보호된 메소드

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

ExecuteNonQuery() 공개 메소드

public ExecuteNonQuery ( ) : int
리턴 int

ExecuteReader() 공개 메소드

public ExecuteReader ( ) : cJSONDataReader
리턴 cJSONDataReader

ExecuteReader() 공개 메소드

public ExecuteReader ( CommandBehavior behavior ) : cJSONDataReader
behavior CommandBehavior
리턴 cJSONDataReader

ExecuteScalar() 공개 메소드

public ExecuteScalar ( ) : object
리턴 object

Prepare() 공개 메소드

public Prepare ( ) : void
리턴 void

cJSONCommand() 공개 메소드

public cJSONCommand ( ) : System
리턴 System

cJSONCommand() 공개 메소드

public cJSONCommand ( string cmdText ) : System
cmdText string
리턴 System

cJSONCommand() 공개 메소드

public cJSONCommand ( string cmdText, cJSONServerConnection connection ) : System
cmdText string
connection cJSONServerConnection
리턴 System