IExtendedDataRecord.GetDataRecord メソッド
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
指定したインデックスの DbDataRecord オブジェクトを取得します。
名前空間: System.Data.Entity.Core
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId := "i")> _
Function GetDataRecord ( _
i As Integer _
) As DbDataRecord
'使用
Dim instance As IExtendedDataRecord
Dim i As Integer
Dim returnValue As DbDataRecord
returnValue = instance.GetDataRecord(i)
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "i")]
DbDataRecord GetDataRecord(
int i
)
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = L"i")]
DbDataRecord^ GetDataRecord(
int i
)
[<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "i")>]
abstract GetDataRecord :
i:int -> DbDataRecord
function GetDataRecord(
i : int
) : DbDataRecord
パラメーター
- i
型 : System.Int32
行のインデックス。
戻り値
型 : System.Data.Common.DbDataRecord
DbDataRecord オブジェクト。