SqlCeUpdatableRecord.GetBoolean Method
Returns the value of the specified field as bool.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Function GetBoolean ( _
ordinal As Integer _
) As Boolean
'Usage
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As Boolean
returnValue = instance.GetBoolean(ordinal)
public bool GetBoolean(
int ordinal
)
public:
virtual bool GetBoolean(
int ordinal
) sealed
abstract GetBoolean :
ordinal:int -> bool
override GetBoolean :
ordinal:int -> bool
public final function GetBoolean(
ordinal : int
) : boolean
Parameters
- ordinal
Type: System.Int32
The field from which to retrieve a value.
Return Value
Type: System.Boolean