GetByte Method (C1KintoneDataReader)
In This Topic
Gets the value of the specified column as a Byte.
Syntax
'Declaration
Public Overridable Function GetByte( _
ByVal As Integer _
) As Byte
public virtual byte GetByte(
int
)
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The value of the column.
See Also