Click or drag to resize

DbCommandImageAccessor Constructor (SerializationInfo, StreamingContext)

Deserializes stored information from the serialization info.

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
protected DbCommandImageAccessor(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The serialized data.
context
Type: System.Runtime.SerializationStreamingContext
The serialization context.
See Also