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)
'Declaration
Public Overrides Function GetBoolean ( _
i As Integer _
) As Boolean
'Usage
Dim instance As DbUpdatableDataRecord
Dim i As Integer
Dim returnValue As Boolean
returnValue = instance.GetBoolean(i)
public override bool GetBoolean(
int i
)
public:
virtual bool GetBoolean(
int i
) override
abstract GetBoolean :
i:int -> bool
override GetBoolean :
i:int -> bool
public override function GetBoolean(
i : int
) : boolean
- i
Typ: System.Int32
Die Ordinalzahl des Felds.
Typ: System.Boolean
Der Feldwert als boolescher Wert.