次の方法で共有


EntityDataReader.GetProviderSpecificValue メソッド

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

指定された列の値を Object のインスタンスとして取得します。

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

構文

'宣言
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Overrides Function GetProviderSpecificValue ( _
    ordinal As Integer _
) As Object
'使用
Dim instance As EntityDataReader 
Dim ordinal As Integer 
Dim returnValue As Object 

returnValue = instance.GetProviderSpecificValue(ordinal)
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override Object GetProviderSpecificValue(
    int ordinal
)
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
virtual Object^ GetProviderSpecificValue(
    int ordinal
) override
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
abstract GetProviderSpecificValue : 
        ordinal:int -> Object 
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
override GetProviderSpecificValue : 
        ordinal:int -> Object
public override function GetProviderSpecificValue(
    ordinal : int
) : Object

パラメーター

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

戻り値

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

参照

参照

EntityDataReader クラス

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