C# Class MigSharp.Providers.CreatedColumn

Inheritance: Column
Show file Open project: dradovic/MigSharp Class Usage Examples

Public Methods

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

Method Details

CreatedColumn() public method

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