C# 클래스 MigSharp.Core.Entities.AddedForeignKey

상속: IAddedForeignKey
파일 보기 프로젝트 열기: dradovic/MigSharp

공개 메소드들

메소드 설명
AddedForeignKey ( AddForeignKeyToCommand addForeignKeyToCommand ) : System.Collections.Generic
CascadeOnDelete ( ) : IAddedForeignKey
InSchema ( string schemaName ) : IAddedForeignKey
Through ( string columnName, string referencedColumnName ) : IAddedForeignKey

메소드 상세

AddedForeignKey() 공개 메소드

public AddedForeignKey ( AddForeignKeyToCommand addForeignKeyToCommand ) : System.Collections.Generic
addForeignKeyToCommand MigSharp.Core.Commands.AddForeignKeyToCommand
리턴 System.Collections.Generic

CascadeOnDelete() 공개 메소드

public CascadeOnDelete ( ) : IAddedForeignKey
리턴 IAddedForeignKey

InSchema() 공개 메소드

public InSchema ( string schemaName ) : IAddedForeignKey
schemaName string
리턴 IAddedForeignKey

Through() 공개 메소드

public Through ( string columnName, string referencedColumnName ) : IAddedForeignKey
columnName string
referencedColumnName string
리턴 IAddedForeignKey