共用方式為


DbUpdatableDataRecord.GetBoolean(Int32) 方法

定義

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

public override bool GetBoolean (int i);
override this.GetBoolean : int -> bool
Public Overrides Function GetBoolean (i As Integer) As Boolean

參數

i
Int32

欄位的序數。

傳回

成為布林值的欄位值。

實作

適用於