C# 클래스 CSDataBase.cJSONServerConnection

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

공개 메소드들

메소드 설명
ChangeDatabase ( string database ) : void
Close ( ) : void
GetSchema ( ) : DataTable
GetSchema ( string collectionName ) : DataTable
GetSchema ( string collectionName, string restrictionValues ) : DataTable
Open ( ) : void
cJSONServerConnection ( ) : System
cJSONServerConnection ( string connectionString ) : System

보호된 메소드들

메소드 설명
BeginDbTransaction ( IsolationLevel isolationLevel ) : DbTransaction
CreateDbCommand ( ) : DbCommand
Dispose ( bool disposing ) : void

메소드 상세

BeginDbTransaction() 보호된 메소드

protected BeginDbTransaction ( IsolationLevel isolationLevel ) : DbTransaction
isolationLevel IsolationLevel
리턴 System.Data.Common.DbTransaction

ChangeDatabase() 공개 메소드

public ChangeDatabase ( string database ) : void
database string
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

CreateDbCommand() 보호된 메소드

protected CreateDbCommand ( ) : DbCommand
리턴 System.Data.Common.DbCommand

Dispose() 보호된 메소드

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

GetSchema() 공개 메소드

public GetSchema ( ) : DataTable
리턴 System.Data.DataTable

GetSchema() 공개 메소드

public GetSchema ( string collectionName ) : DataTable
collectionName string
리턴 System.Data.DataTable

GetSchema() 공개 메소드

public GetSchema ( string collectionName, string restrictionValues ) : DataTable
collectionName string
restrictionValues string
리턴 System.Data.DataTable

Open() 공개 메소드

public Open ( ) : void
리턴 void

cJSONServerConnection() 공개 메소드

public cJSONServerConnection ( ) : System
리턴 System

cJSONServerConnection() 공개 메소드

public cJSONServerConnection ( string connectionString ) : System
connectionString string
리턴 System