Show / Hide Table of Contents

Method GetDouble

| Improve this Doc View Source

GetDouble(Int32)

Gets the value of specified column as Double.

Declaration
public virtual double? GetDouble(int ordinal)
Parameters
Type Name Description
System.Int32 ordinal

The column ordinal.

Returns
Type Description
System.Nullable<System.Double>

The value.

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