C# Class CopyDb.TableName

Afficher le fichier Open project: versionone/tools-CopyDb Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string
Schema string

Méthodes publiques

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

Private Methods

Méthode Description
Quoted ( string name ) : string

Method Details

Equals() public méthode

public Equals ( TableName other ) : bool
other TableName
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

TableName() public méthode

public TableName ( string schema, string name )
schema string
name string

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Name public_oe property

public string Name
Résultat string

Schema public_oe property

public string Schema
Résultat string