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

Parameters

stream  Stream
See Also