Click or drag to resize
SerializationReader.ReadNullableSByte 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.0.0.0 (5.0.0)
Syntax
[CLSCompliantAttribute(false)]
public Nullable<sbyte> ReadNullableSByte()

Return Value

Type: Nullable<SByte>
A Nullable SByte.
See Also