SqlCeMigrationSqlGenerator.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 columnModel);
abstract member BuildColumnType : System.Data.Entity.Migrations.Model.ColumnModel -> string
override this.BuildColumnType : System.Data.Entity.Migrations.Model.ColumnModel -> string

Parameters

columnModel
ColumnModel

The definition of the column.

Returns

SQL representing the data type.

Applies to