C# 클래스 MigSharp.Core.Commands.CreateSchemaCommand

상속: Command, ITranslatableCommand
파일 보기 프로젝트 열기: dradovic/MigSharp 1 사용 예제들

공개 메소드들

메소드 설명
CreateSchemaCommand ( MigSharp.Core.Commands.MigrateCommand parent, string schemaName ) : System.Collections.Generic
ToSql ( IProvider provider, IMigrationContext context ) : IEnumerable

메소드 상세

CreateSchemaCommand() 공개 메소드

public CreateSchemaCommand ( MigSharp.Core.Commands.MigrateCommand parent, string schemaName ) : System.Collections.Generic
parent MigSharp.Core.Commands.MigrateCommand
schemaName string
리턴 System.Collections.Generic

ToSql() 공개 메소드

public ToSql ( IProvider provider, IMigrationContext context ) : IEnumerable
provider IProvider
context IMigrationContext
리턴 IEnumerable