Edit

Share via


DataSet.IsBinarySerialized(SerializationInfo, StreamingContext) Method

Definition

Inspects the format of the serialized representation of the DataSet.

protected bool IsBinarySerialized(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);

Parameters

context
StreamingContext

The StreamingContext object.

Returns

true if the specified SerializationInfo represents a DataSet serialized in its binary format, false otherwise.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Applies to