Show / Hide Table of Contents

Constructor SqlDecimalAttribute

| Improve this Doc View Source

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

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