RelationalTypeMapping.RelationalTypeMappingParameters.WithScale(Nullable<Int32>) Yöntem

Tanım

RelationalTypeMapping.RelationalTypeMappingParametersVerilen ölçeğe sahip yeni bir parametre nesnesi oluşturur.

public Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping.RelationalTypeMappingParameters WithScale (int? scale);
member this.WithScale : Nullable<int> -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping.RelationalTypeMappingParameters
Public Function WithScale (scale As Nullable(Of Integer)) As RelationalTypeMapping.RelationalTypeMappingParameters

Parametreler

scale
Nullable<Int32>

Özelliğin depolanacak veri ölçeği veya hiçbir boyut yapılandırılmamışsa null.

Döndürülenler

RelationalTypeMapping.RelationalTypeMappingParameters

Yeni parametre nesnesi.

Şunlara uygulanır