EntityParameter.Precision Property

Definition

Gets or sets the number of digits used to represent the Value property.

public:
 property System::Byte Precision { System::Byte get(); void set(System::Byte value); };
public byte Precision { get; set; }
member this.Precision : byte with get, set
Public Property Precision As Byte

Property Value

The number of digits used to represent the value.

Implements

Applies to