C# 클래스 HybridDb.SqlServerUsingTempDb

상속: SqlServer
파일 보기 프로젝트 열기: asgerhallas/HybridDb 1 사용 예제들

공개 메소드들

메소드 설명
Connect ( ) : ManagedConnection
Dispose ( ) : void
FormatTableName ( string tablename ) : string
QuerySchema ( ) : Table>.Dictionary
SqlServerUsingTempDb ( DocumentStore store, string connectionString ) : System

메소드 상세

Connect() 공개 메소드

public Connect ( ) : ManagedConnection
리턴 ManagedConnection

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FormatTableName() 공개 메소드

public FormatTableName ( string tablename ) : string
tablename string
리턴 string

QuerySchema() 공개 메소드

public QuerySchema ( ) : Table>.Dictionary
리턴 Table>.Dictionary

SqlServerUsingTempDb() 공개 메소드

public SqlServerUsingTempDb ( DocumentStore store, string connectionString ) : System
store DocumentStore
connectionString string
리턴 System