C# Class NuClear.StateInitialization.Core.Storage.TableName

Exibir arquivo Open project: 2gis/nuclear-river Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
TableName ( string tableName, string schemaName = null ) : System
ToString ( ) : string

Method Details

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 tableName, string schemaName = null ) : System
tableName string
schemaName string
return System

ToString() public method

public ToString ( ) : string
return string