Show / Hide Table of Contents

Constructor MySqlDecimalAttribute

| Improve this Doc View Source

MySqlDecimalAttribute(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest