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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework