EntityParameter.Precision 屬性
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
取得或設定用來表示 Value 屬性的位數。
命名空間: System.Data.Entity.Core.EntityClient
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Public Overridable Property Precision As Byte
Get
Set
'用途
Dim instance As EntityParameter
Dim value As Byte
value = instance.Precision
instance.Precision = value
public virtual byte Precision { get; set; }
public:
virtual property unsigned char Precision {
unsigned char get ();
void set (unsigned char value);
}
abstract Precision : byte with get, set
override Precision : byte with get, set
function get Precision () : byte
function set Precision (value : byte)
屬性值
類型:System.Byte
用來代表值的位數。