  | 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.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic void DetachAndSerializeTo(
	Stream stream
)
Public Sub DetachAndSerializeTo ( 
	stream As Stream
)
Parameters
- stream  Stream
 
See Also