SqlCeMigrationSqlGenerator.BuildColumnType(ColumnModel) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework