Bagikan melalui


PropertiesConfigurationBuilder<TProperty>.HavePrecision Metode

Definisi

Overload

HavePrecision(Int32)

Mengonfigurasi presisi properti.

HavePrecision(Int32, Int32)

Mengonfigurasi presisi dan skala properti.

HavePrecision(Int32)

Mengonfigurasi presisi properti.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.PropertiesConfigurationBuilder<TProperty> HavePrecision (int precision);
override this.HavePrecision : int -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertiesConfigurationBuilder<'Property>
Public Overridable Function HavePrecision (precision As Integer) As PropertiesConfigurationBuilder(Of TProperty)

Parameter

precision
Int32

Presisi properti.

Mengembalikan

Instans penyusun yang sama sehingga beberapa panggilan konfigurasi dapat dirangkai.

Berlaku untuk

HavePrecision(Int32, Int32)

Mengonfigurasi presisi dan skala properti.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.PropertiesConfigurationBuilder<TProperty> HavePrecision (int precision, int scale);
override this.HavePrecision : int * int -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertiesConfigurationBuilder<'Property>
Public Overridable Function HavePrecision (precision As Integer, scale As Integer) As PropertiesConfigurationBuilder(Of TProperty)

Parameter

precision
Int32

Presisi properti.

scale
Int32

Skala properti.

Mengembalikan

Instans penyusun yang sama sehingga beberapa panggilan konfigurasi dapat dirangkai.

Berlaku untuk