Auf Englisch lesen

Freigeben über


DbUpdatableDataRecord.GetBoolean-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 den Feldwert als booleschen Wert ab.

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

Syntax

public override bool GetBoolean(
    int i
)

Parameter

Rückgabewert

Typ: System.Boolean
Der Feldwert als boolescher Wert.

Implements

IDataRecord.GetBoolean(Int32)

Siehe auch

Verweis

DbUpdatableDataRecord Klasse

System.Data.Entity.Core.Objects-Namespace