DateTimePropertyConfiguration.HasPrecision Method (Byte)
Configures the precision of the property. If the database provider does not support precision for the data type of the column then the value is ignored.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- value
-
Type:
System.Byte
Precision of the property.
Return Value
Type: System.Data.Entity.ModelConfiguration.Configuration.DateTimePropertyConfigurationThe same DateTimePropertyConfiguration instance so that multiple calls can be chained.