SqlChars::ISerializable::GetObjectData Method (SerializationInfo^, StreamingContext)

 

Gets serialization information with all the data needed to reinstantiate this SqlChars instance.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

private:
[SecurityPermissionAttribute(SecurityAction::LinkDemand, SerializationFormatter = true)]
virtual void GetObjectData(
	SerializationInfo^ info,
	StreamingContext context
) sealed = ISerializable::GetObjectData

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo^

The object to be populated with serialization information.

context
Type: System.Runtime.Serialization::StreamingContext

The destination context of the serialization.

.NET Framework
Available since 2.0
Return to top
Show: