 | ExportDataRowDetachAndSerializeTo Method |
Detach this object from
Data if not
Detached already,
and then serialize it into the given stream. The serialized object can be re-constructred
with
Deserialize(Stream).
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxpublic void DetachAndSerializeTo(
Stream stream
)
Public Sub DetachAndSerializeTo (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
See Also