Click or drag to resize

SerializationWriterWriteNullable Method

Writes a Nullable type into the stream. Synonym for WriteObject().

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntax
public void WriteNullable(
	ValueType value
)

Parameters

value
Type: SystemValueType
The Nullable value to store.
See Also