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.6.0.0 (5.6.19.0117)
Syntax public Nullable<short> ReadNullableInt16()
Public Function ReadNullableInt16 As Nullable(Of Short)
Return Value
Type:
NullableInt16A Nullable Int16.
See Also