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.5.0.0 (5.5.18.1019)
Syntaxpublic Nullable<short> ReadNullableInt16()
Public Function ReadNullableInt16 As Nullable(Of Short)
Return Value
Type: 
NullableInt16A Nullable Int16.
See Also