Click or drag to resize
SerializationReader.ReadNullableInt16 Method
Returns a Nullable Int16 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
public Nullable<short> ReadNullableInt16()

Return Value

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