C# 클래스 MigSharp.Core.TableName

Represents a fully qualified table name.
파일 보기 프로젝트 열기: dradovic/MigSharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

TableName() 공개 메소드

public TableName ( string name, string schema ) : System
name string
schema string
리턴 System

ToString() 공개 메소드

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