Freigeben über


IExtendedDataRecord.GetDataRecord-Methode

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Ruft ein DbDataRecord-Objekt mit dem angegebenen Index ab.

Namespace:  System.Data.Entity.Core
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId := "i")> _
Function GetDataRecord ( _
    i As Integer _
) As DbDataRecord
'Usage
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

Parameter

Rückgabewert

Typ: System.Data.Common.DbDataRecord
Ein DbDataRecord-Objekt.

Siehe auch

Verweis

IExtendedDataRecord Interface

System.Data.Entity.Core-Namespace