Share via


DecimalPropertyConvention Constructors

Definition

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