Show / Hide Table of Contents

Method GetDecimal

| Improve this Doc View Source

GetDecimal(Int32)

Gets the value of specified column as Decimal.

Declaration
public virtual decimal? GetDecimal(int ordinal)
Parameters
Type Name Description
System.Int32 ordinal

The column ordinal.

Returns
Type Description
System.Nullable<System.Decimal>

The value.

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