DecimalPropertyConvention Class
Convention to set precision to 18 and scale to 2 for decimal properties.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | DecimalPropertyConvention() | Initializes a new instance of DecimalPropertyConvention with the default values. |
![]() | DecimalPropertyConvention(Byte, Byte) | Initializes a new instance of DecimalPropertyConvention with the specified precision and scale. |
Name | Description | |
---|---|---|
![]() | Apply(EdmProperty, DbModel) | Applies this convention to a property. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.