ColumnModel.IsNarrowerThan Method (ColumnModel, DbProviderManifest)
Determines if this column is a narrower data type than another column. Used to determine if altering the supplied column definition to this definition will result in data loss.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- column
-
Type:
System.Data.Entity.Migrations.Model.ColumnModel
The column to compare to.
- providerManifest
-
Type:
System.Data.Entity.Core.Common.DbProviderManifest
Details of the database provider being used.