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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework