Click or drag to resize
SerializationReaderReadNullableInt16 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.0.0.0 (5.0.0)
Syntax
public Nullable<short> ReadNullableInt16()

Return Value

Type: NullableInt16
A Nullable Int16.
See Also