共用方式為


DbUpdatableDataRecord.GetBoolean 方法

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

將欄位值擷取成布林值 (Boolean)。

命名空間:  System.Data.Entity.Core.Objects
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
Public Overrides Function GetBoolean ( _
    i As Integer _
) As Boolean
'用途
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

參數

傳回值

類型:System.Boolean
成為布林值的欄位值。

Implements

IDataRecord.GetBoolean(Int32)

請參閱

參考

DbUpdatableDataRecord 類別

System.Data.Entity.Core.Objects 命名空間