Partager via


IExtendedDataRecord.GetDataRecord, méthode

[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]

Obtient un objet DbDataRecord avec l'index spécifié.

Espace de noms :  System.Data.Entity.Core
Assembly :  EntityFramework (dans EntityFramework.dll)

Syntaxe

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

Paramètres

Valeur de retour

Type : System.Data.Common.DbDataRecord
Objet DbDataRecord.

Voir aussi

Référence

IExtendedDataRecord Interface

Espace de noms System.Data.Entity.Core