| SerializationWriterWrite Method (Int16) | 
 
            Writes an Int16[]or a null into the stream.
            Notes:
            A null or empty array will take 1 byte.
            Calls WriteOptimized(decimal[]).
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic void Write(
	short[] values
)
Public Sub Write ( 
	values As Short()
)
Parameters
- values
 - Type: SystemInt16
The Int16[] to store. 
See Also