Share via


DataSetRun.unpack Method

Deserializes the pack parameter value to an instance of the DataSetRun class.

Syntax

public boolean unpack(container pack)

Run On

Client

Parameters

  • pack
    Type: container
    The container from which to deserialize the instance.

Return Value

Type: boolean
true if deserialization was successful; otherwise, false.

See Also

DataSetRun Class

Pack-Unpack Design Pattern