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