Constructor SqlDecimalAttribute
| Improve this Doc View SourceSqlDecimalAttribute(Byte, Byte)
Initializes a new instance of SqlDecimalAttribute.
Declaration
public SqlDecimalAttribute(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. |