C# Class EntityFramework.PostgreSql.Utilities.DatabaseName

Afficher le fichier Open project: darionato/PostgreSqlMigrationSqlGenerator Class Usage Examples

Méthodes publiques

Méthode Description
DatabaseName ( string name ) : System
DatabaseName ( string name, string schema ) : System
Equals ( DatabaseName other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Parse ( string name ) : DatabaseName
ToString ( ) : string

Method Details

DatabaseName() public méthode

public DatabaseName ( string name ) : System
name string
Résultat System

DatabaseName() public méthode

public DatabaseName ( string name, string schema ) : System
name string
schema string
Résultat System

Equals() public méthode

public Equals ( DatabaseName other ) : bool
other DatabaseName
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Parse() public static méthode

public static Parse ( string name ) : DatabaseName
name string
Résultat DatabaseName

ToString() public méthode

public ToString ( ) : string
Résultat string