Click or drag to resize

DbCommandImageAccessorGetObjectData Method

Get the data to serialize for this object

Namespace:  Atalasoft.Imaging.ImageSources.Data
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public virtual void GetObjectData(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The information for this object to serialize
context
Type: System.Runtime.SerializationStreamingContext
The serialization context

Implements

ISerializableGetObjectData(SerializationInfo, StreamingContext)
See Also