C# Class Codaxy.Common.SqlServer.SqlSchemaManager

Inheritance: IDisposable
Afficher le fichier Open project: codaxy/common

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
CloseConnection ( ) : void
GetServer ( String &databaseName ) : Server
Validate ( ) : void

Method Details

CloseConnection() protected méthode

protected CloseConnection ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetServer() protected méthode

protected GetServer ( String &databaseName ) : Server
databaseName String
Résultat Server

Validate() protected méthode

protected Validate ( ) : void
Résultat void