次の方法で共有


EntityDataReader.GetDecimal メソッド

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

指定された列の値を Decimal オブジェクトとして取得します。

名前空間:  System.Data.Entity.Core.EntityClient
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public Overrides Function GetDecimal ( _
    ordinal As Integer _
) As Decimal
'使用
Dim instance As EntityDataReader 
Dim ordinal As Integer 
Dim returnValue As Decimal 

returnValue = instance.GetDecimal(ordinal)
public override decimal GetDecimal(
    int ordinal
)
public:
virtual Decimal GetDecimal(
    int ordinal
) override
abstract GetDecimal : 
        ordinal:int -> decimal  
override GetDecimal : 
        ordinal:int -> decimal
public override function GetDecimal(
    ordinal : int
) : decimal

パラメーター

  • ordinal
    型 : System.Int32
    インデックス番号が 0 から始まる列序数。

戻り値

型 : System.Decimal
指定された列の値。

Implements

IDataRecord.GetDecimal(Int32)

参照

参照

EntityDataReader クラス

System.Data.Entity.Core.EntityClient 名前空間