DecimalPropertyConvention Constructor

 

Initializes a new instance of the DecimalPropertyConvention class.

Namespace:   System.Data.Entity.ModelConfiguration.Conventions
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodDecimalPropertyConvention()

Initializes a new instance of DecimalPropertyConvention with the default values.

System_CAPS_pubmethodDecimalPropertyConvention(Byte, Byte)

Initializes a new instance of DecimalPropertyConvention with the specified precision and scale.


DecimalPropertyConvention Constructor ()

Initializes a new instance of DecimalPropertyConvention with the default values.

public DecimalPropertyConvention()

DecimalPropertyConvention Constructor (Byte, Byte)

Initializes a new instance of DecimalPropertyConvention with the specified precision and scale.

public DecimalPropertyConvention(
	byte precision,
	byte scale
)

Parameters

precision
Type: System.Byte

Precision

scale
Type: System.Byte

Scale