CachedResultsetDataReaderGetByte Method  | 
 
            Gets the value of the specified column as a byte.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic override byte GetByte(
	int ordinal
)
Public Overrides Function GetByte ( 
	ordinal As Integer
) As Byte
Parameters
- ordinal
 - Type: SystemInt32
The zero-based column ordinal. 
Return Value
Type: 
Byte
            The value of the specified column.
            
Implements
IDataRecordGetByte(Int32)
See Also