EntityDataReader.GetBoolean メソッド
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
指定された列の値を Boolean として取得します。
名前空間: System.Data.Entity.Core.EntityClient
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public Overrides Function GetBoolean ( _
ordinal As Integer _
) As Boolean
'使用
Dim instance As EntityDataReader
Dim ordinal As Integer
Dim returnValue As Boolean
returnValue = instance.GetBoolean(ordinal)
public override bool GetBoolean(
int ordinal
)
public:
virtual bool GetBoolean(
int ordinal
) override
abstract GetBoolean :
ordinal:int -> bool
override GetBoolean :
ordinal:int -> bool
public override function GetBoolean(
ordinal : int
) : boolean
パラメーター
- ordinal
型 : System.Int32
インデックス番号が 0 から始まる列序数。
戻り値
型 : System.Boolean
指定された列の値。