C# Class MigSharp.Providers.CreatedColumn

Inheritance: Column
Afficher le fichier Open project: dradovic/MigSharp Class Usage Examples

Méthodes publiques

Méthode Description
CreatedColumn ( string name, DataType dataType, bool isNullable, bool isPrimaryKey, string uniqueConstraint, bool isIdentity, object defaultValue, bool isRowVersion )

Method Details

CreatedColumn() public méthode

public CreatedColumn ( string name, DataType dataType, bool isNullable, bool isPrimaryKey, string uniqueConstraint, bool isIdentity, object defaultValue, bool isRowVersion )
name string
dataType DataType
isNullable bool
isPrimaryKey bool
uniqueConstraint string
isIdentity bool
defaultValue object
isRowVersion bool