DecimalPropertyConvention Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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