DataSet::IsBinarySerialized Method (SerializationInfo^, StreamingContext)
.NET Framework (current version)
Inspects the format of the serialized representation of the DataSet.
Assembly: System.Data (in System.Data.dll)
Parameters
- info
-
Type:
System.Runtime.Serialization::SerializationInfo^
The SerializationInfo object.
- context
-
Type:
System.Runtime.Serialization::StreamingContext
The StreamingContext object.
Return Value
Type: System::Booleantrue if the specified SerializationInfo represents a DataSet serialized in its binary format, false otherwise.
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
.NET Framework
Available since 2.0
Available since 2.0
Show: