Show / Hide Table of Contents

Method AsSqlDecimal

| Improve this Doc View Source

AsSqlDecimal(_Decimal, Byte, Byte)

Specifies SQL Server DECIMAL data type for column.

Declaration
public static _Decimal AsSqlDecimal(this _Decimal column, byte precision = 38, byte scale = 0)
Parameters
Type Name Description
_Decimal column

The column.

System.Byte precision

The precision of the data type.

System.Byte scale

The scale of the data type.

Returns
Type Description
_Decimal

This column for fluent coding.

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