Constructor MySqlDecimalAttribute
| Improve this Doc View SourceMySqlDecimalAttribute(Byte, Byte)
Initializes a new instance of MySqlDecimalAttribute.
Declaration
public MySqlDecimalAttribute(byte precision, byte scale)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | precision | The precision of the data type. |
System.Byte | scale | The scale of the data type. |