SerializationWriterAppendTokenTables Method |
Ensures that the size of the string and object token tables
are appended to the stream and that their offset is written
into the first 4 bytes of the stream.
Does nothing if the stream is not seekable or the constructor
specified not to store presize information.
Notes:
Called automatically by ToArray() otherwise must be called
manually.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public int AppendTokenTables()
Public Function AppendTokenTables As Integer
Return Value
Type:
Int320
See Also