Click or drag to resize

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)
Syntax
public void DetachAndSerializeTo(
	Stream stream
)

Parameters

stream
Type: System.IOStream
See Also