C# Class MigSharp.Core.TableName

Represents a fully qualified table name.
Afficher le fichier Open project: dradovic/MigSharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

ToString() public méthode

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