C# Class Gymnastika.Data.Migration.Commands.ColumnCommand

Inheritance: TableCommand
Afficher le fichier Open project: weiqiyiji/Gymnastika

Méthodes publiques

Méthode Description
ColumnCommand ( string tableName, string name ) : System.Data
Unlimited ( ) : ColumnCommand
WithDefault ( object @default ) : ColumnCommand
WithLength ( int length ) : ColumnCommand
WithType ( DbType dbType ) : ColumnCommand

Method Details

ColumnCommand() public méthode

public ColumnCommand ( string tableName, string name ) : System.Data
tableName string
name string
Résultat System.Data

Unlimited() public méthode

public Unlimited ( ) : ColumnCommand
Résultat ColumnCommand

WithDefault() public méthode

public WithDefault ( object @default ) : ColumnCommand
@default object
Résultat ColumnCommand

WithLength() public méthode

public WithLength ( int length ) : ColumnCommand
length int
Résultat ColumnCommand

WithType() public méthode

public WithType ( DbType dbType ) : ColumnCommand
dbType DbType
Résultat ColumnCommand