BinaryPropertyConfiguration.HasColumnType Method (String)
Configures the data type of the database column used to store the property.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- columnType
-
Type:
System.String
Name of the database provider specific data type.
Return Value
Type: System.Data.Entity.ModelConfiguration.Configuration.BinaryPropertyConfigurationThe same BinaryPropertyConfiguration instance so that multiple calls can be chained.