PropertyModel.Precision Property

 

Gets or sets the precision 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> Precision {
	[CompilerGeneratedAttribute]
	get;
	[CompilerGeneratedAttribute]
	set;
}

Property Value

Type: System.Nullable<Byte>