DecimalPropertyConvention Constructors
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.
Overloads
DecimalPropertyConvention() |
Initializes a new instance of DecimalPropertyConvention with the default precision and scale. |
DecimalPropertyConvention(Byte, Byte) |
Initializes a new instance of DecimalPropertyConvention with the specified precision and scale. |
DecimalPropertyConvention()
Initializes a new instance of DecimalPropertyConvention with the default precision and scale.
public DecimalPropertyConvention ();
Public Sub New ()
Applies to
DecimalPropertyConvention(Byte, Byte)
Initializes a new instance of DecimalPropertyConvention with the specified precision and scale.
public DecimalPropertyConvention (byte precision, byte scale);
new System.Data.Entity.ModelConfiguration.Conventions.DecimalPropertyConvention : byte * byte -> System.Data.Entity.ModelConfiguration.Conventions.DecimalPropertyConvention
Public Sub New (precision As Byte, scale As Byte)
Parameters
- precision
- Byte
Precision
- scale
- Byte
Scale
Applies to
Entity Framework