C# Class MigSharp.Providers.Column

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

Méthodes publiques

Méthode Description
Column ( string name, DataType dataType, bool isNullable, object defaultValue, bool isRowVersion )

Method Details

Column() public méthode

public Column ( string name, DataType dataType, bool isNullable, object defaultValue, bool isRowVersion )
name string
dataType DataType
isNullable bool
defaultValue object
isRowVersion bool