EntityDataReader.Item, propriété (Int32)
[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 la valeur de la colonne spécifiée sous la forme d'une instance de l'objet Object.
Espace de noms : System.Data.Entity.Core.EntityClient
Assembly : EntityFramework (dans EntityFramework.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Default Property Item ( _
ordinal As Integer _
) As Object
Get
'Utilisation
Dim instance As EntityDataReader
Dim ordinal As Integer
Dim value As Object
value = instance(ordinal)
public override Object this[
int ordinal
] { get; }
public:
virtual property Object^ default[int ordinal] {
Object^ get (int ordinal) override;
}
abstract Item : Object
override Item : Object
JScript supports the use of indexed properties, but not the declaration of new ones.
Paramètres
- ordinal
Type : System.Int32
Valeur de propriété
Type : System.Object
Valeur de la colonne spécifiée.