PrecisionDecimalConfiguration.Precision Property

[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]

Gets or sets the precision of the property.

Namespace:  Microsoft.Data.Entity.Design.CodeGeneration
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Syntax

'Declaration
Public Property Precision As Byte 
    Get 
    Set
'Usage
Dim instance As PrecisionDecimalConfiguration 
Dim value As Byte 

value = instance.Precision

instance.Precision = value
public byte Precision { get; set; }
public:
property unsigned char Precision {
    unsigned char get ();
    void set (unsigned char value);
}
member Precision : byte with get, set
function get Precision () : byte 
function set Precision (value : byte)

Property Value

Type: System.Byte
The precision of the property.

See Also

Reference

PrecisionDecimalConfiguration Class

Microsoft.Data.Entity.Design.CodeGeneration Namespace