PropertyModel.Scale Property

 

Gets or sets the scale for this property model. Only valid for decimal data types.

Namespace:   System.Data.Entity.Migrations.Model
Assembly:  EntityFramework (in EntityFramework.dll)

public virtual Nullable<byte> Scale {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Nullable<Byte>