Udostępnij za pośrednictwem


SqlCeMigrationSqlGenerator.BuildColumnType(ColumnModel) Metoda

Definicja

Generuje język SQL w celu określenia typu danych kolumny. Ta metoda generuje tylko rzeczywisty typ, a nie sql do utworzenia kolumny.

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

Parametry

columnModel
ColumnModel

Definicja kolumny.

Zwraca

Sql reprezentujący typ danych.

Dotyczy