C# Class MigSharp.Providers.Column

Mostra file Open project: dradovic/MigSharp Class Usage Examples

Public Methods

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

Method Details

Column() public method

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