PrecisionAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PrecisionAttribute(Int32) |
Initializes a new instance of the PrecisionAttribute class. |
PrecisionAttribute(Int32, Int32) |
Initializes a new instance of the PrecisionAttribute class. |
PrecisionAttribute(Int32)
Initializes a new instance of the PrecisionAttribute class.
public PrecisionAttribute (int precision);
new Microsoft.EntityFrameworkCore.PrecisionAttribute : int -> Microsoft.EntityFrameworkCore.PrecisionAttribute
Public Sub New (precision As Integer)
Parameters
- precision
- Int32
The precision of the property.
Applies to
PrecisionAttribute(Int32, Int32)
Initializes a new instance of the PrecisionAttribute class.
public PrecisionAttribute (int precision, int scale);
new Microsoft.EntityFrameworkCore.PrecisionAttribute : int * int -> Microsoft.EntityFrameworkCore.PrecisionAttribute
Public Sub New (precision As Integer, scale As Integer)
Parameters
- precision
- Int32
The precision of the property.
- scale
- Int32
The scale of the property.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework