C# Class MigSharp.Core.Commands.AddIndexCommand

Inheritance: Command, ITranslatableCommand
Afficher le fichier Open project: dradovic/MigSharp Class Usage Examples

Méthodes publiques

Méthode Description
AddColumn ( string columnName ) : void
AddIndexCommand ( AlterTableCommand parent, string indexName ) : System.Collections.Generic
ToSql ( IProvider provider, IMigrationContext context ) : IEnumerable

Private Methods

Méthode Description
GetEffectiveIndexName ( ) : string

Method Details

AddColumn() public méthode

public AddColumn ( string columnName ) : void
columnName string
Résultat void

AddIndexCommand() public méthode

public AddIndexCommand ( AlterTableCommand parent, string indexName ) : System.Collections.Generic
parent AlterTableCommand
indexName string
Résultat System.Collections.Generic

ToSql() public méthode

public ToSql ( IProvider provider, IMigrationContext context ) : IEnumerable
provider IProvider
context IMigrationContext
Résultat IEnumerable