Прочетете на английски

Споделяне чрез


RelationalPropertyExtensions.GetPrecision Method

Definition

Overloads

GetPrecision(IReadOnlyProperty, StoreObjectIdentifier)

Gets the precision of data that is allowed in this property. For example, if the property is a Decimal then this is the maximum number of digits.

GetPrecision(IProperty, StoreObjectIdentifier)

Gets the precision of data that is allowed in this property. For example, if the property is a Decimal then this is the maximum number of digits.

GetPrecision(IReadOnlyProperty, StoreObjectIdentifier)

Source:
RelationalPropertyExtensions.cs
Source:
RelationalPropertyExtensions.cs
Source:
RelationalPropertyExtensions.cs
Source:
RelationalPropertyExtensions.cs

Gets the precision of data that is allowed in this property. For example, if the property is a Decimal then this is the maximum number of digits.

C#
public static int? GetPrecision (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);

Parameters

property
IReadOnlyProperty

The property.

storeObject
StoreObjectIdentifier

The identifier of the table-like store object containing the column.

Returns

The precision, or null if none is defined.

Applies to

Entity Framework Core 9.0 и други версии
Продукт Версии
Entity Framework Core 6.0, 7.0, 8.0, 9.0

GetPrecision(IProperty, StoreObjectIdentifier)

Source:
RelationalPropertyExtensions.cs

Gets the precision of data that is allowed in this property. For example, if the property is a Decimal then this is the maximum number of digits.

C#
public static int? GetPrecision (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);

Parameters

property
IProperty

The property.

storeObject
StoreObjectIdentifier

The identifier of the table-like store object containing the column.

Returns

The precision, or null if none is defined.

Applies to

Entity Framework Core 5.0
Продукт Версии
Entity Framework Core 5.0