C# Class CustomMigrationsSqlGenerator, code

Inheritance: MigrationsSqlGenerator
Mostra file Open project: shendongnian/code

Public Methods

Method Description
CustomMigration ( MigrationsSqlGeneratorDependencies dependencies )

Protected Methods

Method Description
DefaultValue ( object defaultValue, string defaultValueSql, MigrationCommandListBuilder, builder ) : void

Method Details

CustomMigration() public method

public CustomMigration ( MigrationsSqlGeneratorDependencies dependencies )
dependencies MigrationsSqlGeneratorDependencies

DefaultValue() protected method

protected DefaultValue ( object defaultValue, string defaultValueSql, MigrationCommandListBuilder, builder ) : void
defaultValue object The default value for the column.
defaultValueSql string The SQL expression to use for the column's default constraint.
builder MigrationCommandListBuilder,
return void