C# Class Codaxy.Common.SqlServer.SqlSchemaManager

Inheritance: IDisposable
ファイルを表示 Open project: codaxy/common

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
CloseConnection ( ) : void
GetServer ( String &databaseName ) : Server
Validate ( ) : void

Method Details

CloseConnection() protected method

protected CloseConnection ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

GetServer() protected method

protected GetServer ( String &databaseName ) : Server
databaseName String
return Server

Validate() protected method

protected Validate ( ) : void
return void