C# Class MigSharp.Core.TableName

Represents a fully qualified table name.
Exibir arquivo Open project: dradovic/MigSharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
TableName ( string name, string schema ) : System
ToString ( ) : string

Used for debugging puproses only. The outcome of this method should not be used to build SQL queries.

Method Details

TableName() public method

public TableName ( string name, string schema ) : System
name string
schema string
return System

ToString() public method

Used for debugging puproses only. The outcome of this method should not be used to build SQL queries.
public ToString ( ) : string
return string