C# Class CopyDb.TableName

Mostrar archivo Open project: versionone/tools-CopyDb Class Usage Examples

Public Properties

Property Type Description
Name string
Schema string

Public Methods

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

Private Methods

Method Description
Quoted ( string name ) : string

Method Details

Equals() public method

public Equals ( TableName other ) : bool
other TableName
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

TableName() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

Name public_oe property

public string Name
return string

Schema public_oe property

public string Schema
return string