Share via


SqlServerMigrationSqlGenerator.BuildColumnType(ColumnModel) Method

Definition

Generates SQL to specify the data type of a column. This method just generates the actual type, not the SQL to create the column.

protected virtual string BuildColumnType (System.Data.Entity.Migrations.Model.ColumnModel column);
abstract member BuildColumnType : System.Data.Entity.Migrations.Model.ColumnModel -> string
override this.BuildColumnType : System.Data.Entity.Migrations.Model.ColumnModel -> string
Protected Overridable Function BuildColumnType (column As ColumnModel) As String

Parameters

column
ColumnModel

Returns

SQL representing the data type.

Applies to