Share via


RelationalTypeMapping.RelationalTypeMappingParameters.WithPrecision Method

Definition

Creates a new RelationalTypeMapping.RelationalTypeMappingParameters parameter object with the given precision.

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

Parameters

precision
Nullable<Int32>

The precision of data the property is configured to store, or null if no size is configured.

Returns

The new parameter object.

Applies to