IExtendedDataRecord.GetDataReader, 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.]
Retourne des lecteurs imbriqués sous la forme d'objets DbDataReader.
Espace de noms : System.Data.Entity.Core
Assembly : EntityFramework (dans EntityFramework.dll)
Syntaxe
'Déclaration
<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId := "i")> _
Function GetDataReader ( _
i As Integer _
) As DbDataReader
'Utilisation
Dim instance As IExtendedDataRecord
Dim i As Integer
Dim returnValue As DbDataReader
returnValue = instance.GetDataReader(i)
[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "i")]
DbDataReader GetDataReader(
int i
)
[SuppressMessageAttribute(L"Microsoft.Naming", L"CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = L"i")]
DbDataReader^ GetDataReader(
int i
)
[<SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "i")>]
abstract GetDataReader :
i:int -> DbDataReader
function GetDataReader(
i : int
) : DbDataReader
Paramètres
- i
Type : System.Int32
Ordinal de la colonne.
Valeur de retour
Type : System.Data.Common.DbDataReader
Lecteurs imbriqués sous la forme d'objets DbDataReader.