EntityDataReader.GetValue メソッド
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
指定された列の値を Object のインスタンスとして取得します。
名前空間: System.Data.Entity.Core.EntityClient
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public Overrides Function GetValue ( _
ordinal As Integer _
) As Object
'使用
Dim instance As EntityDataReader
Dim ordinal As Integer
Dim returnValue As Object
returnValue = instance.GetValue(ordinal)
public override Object GetValue(
int ordinal
)
public:
virtual Object^ GetValue(
int ordinal
) override
abstract GetValue :
ordinal:int -> Object
override GetValue :
ordinal:int -> Object
public override function GetValue(
ordinal : int
) : Object
パラメーター
- ordinal
型 : System.Int32
インデックス番号が 0 から始まる列序数。
戻り値
型 : System.Object
指定された列の値。