Partager via


DecimalPropertyConvention Constructeurs

Définition

Surcharges

DecimalPropertyConvention()

Initialise une nouvelle instance de avec la précision et l’échelle DecimalPropertyConvention par défaut.

DecimalPropertyConvention(Byte, Byte)

Initialise une nouvelle instance de DecimalPropertyConvention avec la précision et l’échelle spécifiées.

DecimalPropertyConvention()

Initialise une nouvelle instance de avec la précision et l’échelle DecimalPropertyConvention par défaut.

public DecimalPropertyConvention ();
Public Sub New ()

S’applique à

DecimalPropertyConvention(Byte, Byte)

Initialise une nouvelle instance de DecimalPropertyConvention avec la précision et l’échelle spécifiées.

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)

Paramètres

precision
Byte

Precision

scale
Byte

Scale

S’applique à