MutablePropertyExtensions.SetScale 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定此屬性中允許的資料小數位數。 例如,如果 屬性是 Decimal ,則這是小數位數的最大數目。
public static void SetScale (this Microsoft.EntityFrameworkCore.Metadata.IMutableProperty property, int? scale);
static member SetScale : Microsoft.EntityFrameworkCore.Metadata.IMutableProperty * Nullable<int> -> unit
<Extension()>
Public Sub SetScale (property As IMutableProperty, scale As Nullable(Of Integer))
參數
- property
- IMutableProperty
要設定 縮放比例的屬性。