Click or drag to resize
SerializationReaderReadNullableSByte Method
Returns a Nullable SByte from the stream.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[CLSCompliantAttribute(false)]
public Nullable<sbyte> ReadNullableSByte()

Return Value

Type: NullableSByte
A Nullable SByte.
See Also